mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
e29f213cf9
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).
8 lines
274 B
Makefile
8 lines
274 B
Makefile
## -*- makefile -*-
|
|
|
|
## Since automatic dependencies are not being used, we attempt to include the
|
|
## `.distdep' file from the source tree. This file was automatically generated
|
|
## on some system that satisfies the above requirements.
|
|
|
|
.include <Dependencies>
|