diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-02 14:05:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-02 14:05:00 (GMT) |
commit | c837afbc484425aec961fcac0314cf9cc36c8356 (patch) | |
tree | 5d1cd504c5b4b6fc6d361577da6effac0da8989d /config | |
parent | 3df2828991d984455054c4c89af78725549d5d0f (diff) | |
download | hdf5-c837afbc484425aec961fcac0314cf9cc36c8356.zip hdf5-c837afbc484425aec961fcac0314cf9cc36c8356.tar.gz hdf5-c837afbc484425aec961fcac0314cf9cc36c8356.tar.bz2 |
[svn-r8982] Purpose:
Bug fix
Description:
Correct typo which was causing incorrect srcdir paths in generated
dependencies.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
IRIX64 6.5 (modi4)
h5committested
Diffstat (limited to 'config')
-rw-r--r-- | config/depend1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/depend1.in b/config/depend1.in index 967f111..12beeca 100644 --- a/config/depend1.in +++ b/config/depend1.in @@ -51,7 +51,7 @@ $(srcdir)/Dependencies: .depend ;; \ esac; \ fi; \ - done; + done; \ $(PERL) -w $(top_srcdir)/bin/dependencies --top_srcdir=$(top_srcdir) --top_builddir=$(top_builddir) $@; -include .depend |