mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
dde028f9cf
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
12 lines
470 B
Makefile
12 lines
470 B
Makefile
## -*- makefile -*-
|
|
|
|
## This platform doesn't support automatic dependencies because we're
|
|
## not using GNU gcc. GNU gcc is needed in order to generate the list
|
|
## of header files included by a source file.
|
|
|
|
## 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 $(srcdir)/Dependencies
|