mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[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
This commit is contained in:
parent
076301d28d
commit
dde028f9cf
@ -180,6 +180,6 @@ maintainer-clean: distclean
|
||||
## source files and the header files.
|
||||
##-----------------------------------------------------------------------------
|
||||
.PHONY: dep depend
|
||||
dep depend: Dependencies
|
||||
dep depend: $(srcdir)/Dependencies
|
||||
|
||||
@DEPEND@
|
||||
|
@ -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.' \
|
||||
>$@; \
|
||||
|
@ -8,4 +8,4 @@
|
||||
## `.distdep' file from the source tree. This file was automatically generated
|
||||
## on some system that satisfies the above requirements.
|
||||
|
||||
-include Dependencies
|
||||
-include $(srcdir)/Dependencies
|
||||
|
@ -4,4 +4,4 @@
|
||||
## `.distdep' file from the source tree. This file was automatically generated
|
||||
## on some system that satisfies the above requirements.
|
||||
|
||||
.include <Dependencies>
|
||||
.include <$(srcdir)/Dependencies>
|
||||
|
@ -4,4 +4,4 @@
|
||||
## `.distdep' file from the source tree. This file was automatically generated
|
||||
## on some system that satisfies the above requirements.
|
||||
|
||||
include Dependencies
|
||||
include $(srcdir)/Dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user