summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-10-11 16:22:44 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-10-11 16:22:44 (GMT)
commitc4178f96f44f92bb9bc9adf39796b2712bde14d0 (patch)
tree5395ebf5ea3608e70689995e35eb5f612cfb6c1b /fortran
parentdde028f9cf313afabdd21978167236c0ed20984d (diff)
downloadhdf5-c4178f96f44f92bb9bc9adf39796b2712bde14d0.zip
hdf5-c4178f96f44f92bb9bc9adf39796b2712bde14d0.tar.gz
hdf5-c4178f96f44f92bb9bc9adf39796b2712bde14d0.tar.bz2
[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
Diffstat (limited to 'fortran')
-rw-r--r--fortran/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index c3f2ff1..364c0c3 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -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