mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r2662] Purpose:
Bug Fix Description: Wasn't picking up the correct build directory source files. Solution: Use top_builddir instead of srcdir macro. Platforms tested: Modi4
This commit is contained in:
parent
dde028f9cf
commit
c4178f96f4
@ -5,11 +5,11 @@
|
||||
## All rights reserved.
|
||||
##
|
||||
top_srcdir=@top_srcdir@
|
||||
top_builddir=..
|
||||
top_builddir=@top_builddir@
|
||||
srcdir=@srcdir@
|
||||
@COMMENCE@
|
||||
|
||||
hdf5_dir=$(top_srcdir)/../src
|
||||
hdf5_dir=$(top_builddir)/../src
|
||||
|
||||
TRACE=perl $(top_srcdir)/bin/trace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user