From c4178f96f44f92bb9bc9adf39796b2712bde14d0 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 11 Oct 2000 11:22:44 -0500 Subject: [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 --- fortran/src/Makefile.in | 4 ++-- 1 file 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 -- cgit v0.12