diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-10-11 16:34:34 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-10-11 16:34:34 (GMT) |
commit | c21431a67e5fdbdd762c3773b44b00f6cee79441 (patch) | |
tree | c2f4bb85eb9d6c0f8c5631af787490204ee2cea7 /fortran/examples/Makefile.in | |
parent | c4178f96f44f92bb9bc9adf39796b2712bde14d0 (diff) | |
download | hdf5-c21431a67e5fdbdd762c3773b44b00f6cee79441.zip hdf5-c21431a67e5fdbdd762c3773b44b00f6cee79441.tar.gz hdf5-c21431a67e5fdbdd762c3773b44b00f6cee79441.tar.bz2 |
[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.
Diffstat (limited to 'fortran/examples/Makefile.in')
-rw-r--r-- | fortran/examples/Makefile.in | 4 |
1 files changed, 2 insertions, 2 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. |