From c21431a67e5fdbdd762c3773b44b00f6cee79441 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 11 Oct 2000 11:34:34 -0500 Subject: [svn-r2663] Purpose: Bug Fix 37 Description: Okay...this is really it now. Sorry for all the other "fixes". This will take care of the top_builddir macro for the Fortran interface. Solution: Hardcoded the path to the build directory. Platforms tested: Modi4. --- fortran/examples/Makefile.in | 4 ++-- fortran/src/Makefile.in | 2 +- fortran/test/Makefile.in | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index 0ef7d55..805280e 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -5,11 +5,11 @@ ## ## top_srcdir=@top_srcdir@ -top_builddir=.. +top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ -hdf5_dir=$(top_srcdir)/../src +hdf5_dir=$(top_builddir)/../src ## Add include directory to the C preprocessor flags and the h5test and hdf5 ## libraries to the library list. diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 364c0c3..fb86819 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -5,7 +5,7 @@ ## All rights reserved. ## top_srcdir=@top_srcdir@ -top_builddir=@top_builddir@ +top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 59a56e6..74fe392 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -5,11 +5,11 @@ ## ## top_srcdir=@top_srcdir@ -top_builddir=.. +top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ -hdf5_dir=$(top_srcdir)/../src +hdf5_dir=$(top_builddir)/../src ## Add include directory to the C preprocessor flags and the h5test and hdf5 ## libraries to the library list. -- cgit v0.12