summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-08-02 14:05:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-08-02 14:05:00 (GMT)
commitc837afbc484425aec961fcac0314cf9cc36c8356 (patch)
tree5d1cd504c5b4b6fc6d361577da6effac0da8989d /config
parent3df2828991d984455054c4c89af78725549d5d0f (diff)
downloadhdf5-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.in2
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