summaryrefslogtreecommitdiffstats
path: root/fortran/config/depend3.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/depend3.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/depend3.in')
-rw-r--r--fortran/config/depend3.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/depend3.in b/fortran/config/depend3.in
index 26056d2..e856bc5 100644
--- a/fortran/config/depend3.in
+++ b/fortran/config/depend3.in
@@ -4,4 +4,4 @@
## `.distdep' file from the source tree. This file was automatically generated
## on some system that satisfies the above requirements.
-.include <Dependencies>
+.include <$(srcdir)/Dependencies>