summaryrefslogtreecommitdiffstats
path: root/fortran/config/depend1.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/depend1.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/depend1.in')
-rw-r--r--fortran/config/depend1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/depend1.in b/fortran/config/depend1.in
index 4a24846..bde94ed 100644
--- a/fortran/config/depend1.in
+++ b/fortran/config/depend1.in
@@ -21,7 +21,7 @@
## tilde to the file name.
##
.PRECIOUS: Dependencies
-Dependencies: .depend
+$(srcdir)/Dependencies: .depend
@if test "$(srcdir)" != "."; then \
echo '## This file is machine generated on GNU systems.' \
>$@; \