mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +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
8 lines
281 B
Makefile
8 lines
281 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 $(srcdir)/Dependencies
|