summaryrefslogtreecommitdiffstats
path: root/fortran/config/conclude.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-11 15:45:55 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-11 15:45:55 (GMT)
commitdde028f9cf313afabdd21978167236c0ed20984d (patch)
tree30077dd4da4b4341959e92008a4aac587c224c24 /fortran/config/conclude.in
parent076301d28dee008bd0359525f722aa1ca09b5e1e (diff)
downloadhdf5-dde028f9cf313afabdd21978167236c0ed20984d.zip
hdf5-dde028f9cf313afabdd21978167236c0ed20984d.tar.gz
hdf5-dde028f9cf313afabdd21978167236c0ed20984d.tar.bz2
[svn-r2661] Purpose:
Bug Fix Description: Wasn't finding the Dependencies file when doing a make. Solution: Modified the path to the Dependencies file by prepending a `$(srcdir)/' to it. Platforms tested: Modi4
Diffstat (limited to 'fortran/config/conclude.in')
-rw-r--r--fortran/config/conclude.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/conclude.in b/fortran/config/conclude.in
index 2f3c11e..3629ad8 100644
--- a/fortran/config/conclude.in
+++ b/fortran/config/conclude.in
@@ -180,6 +180,6 @@ maintainer-clean: distclean
## source files and the header files.
##-----------------------------------------------------------------------------
.PHONY: dep depend
-dep depend: Dependencies
+dep depend: $(srcdir)/Dependencies
@DEPEND@