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/src/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/src/Makefile.in')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |