summaryrefslogtreecommitdiffstats
path: root/config/depend4.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-01-26 14:50:12 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-01-26 14:50:12 (GMT)
commite29f213cf969e0a23ea2af573c494bc8d38f0d14 (patch)
treeb47a890d4935f18521d08d75d9f6ba0e01adb6fb /config/depend4.in
parentb837e670406c1c5da2ed1726f092a43c7723fd99 (diff)
downloadhdf5-e29f213cf969e0a23ea2af573c494bc8d38f0d14.zip
hdf5-e29f213cf969e0a23ea2af573c494bc8d38f0d14.tar.gz
hdf5-e29f213cf969e0a23ea2af573c494bc8d38f0d14.tar.bz2
[svn-r1949] Problem:
The Dependencies files were generated in $srcdir even when --srcdir is used. It caused conflicts if multiple hosts are doing make sharing the same $srcdir. It also violated the rule that --srcdir would not modify the content of $srcdir which could be on a read-only media like a CD-ROM. Solution: Dependencies files are generated in the "current" directory. Platform tested: dangermouse (linux), modi4 (IRIX64).
Diffstat (limited to 'config/depend4.in')
-rw-r--r--config/depend4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/depend4.in b/config/depend4.in
index b0324d9..84e0f53 100644
--- a/config/depend4.in
+++ b/config/depend4.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 $(srcdir)/Dependencies
+include Dependencies