diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-15 18:00:55 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-15 18:00:55 (GMT) |
commit | 5939bcff41c1de7cf948679b7a08f329b318c238 (patch) | |
tree | c5bb7dcf5327aaeda1c8648a9afa73b64d02ed41 /fortran/examples/Makefile.in | |
parent | 24da402d9a112f83ce1436d6a8c688c6a78b3576 (diff) | |
download | hdf5-5939bcff41c1de7cf948679b7a08f329b318c238.zip hdf5-5939bcff41c1de7cf948679b7a08f329b318c238.tar.gz hdf5-5939bcff41c1de7cf948679b7a08f329b318c238.tar.bz2 |
[svn-r2934] Purpose:
Changed to handle tracing in Fortran files.
Description:
Changed so that it picks up the correct trace program in
hdf5/bin.
Platforms tested:
Linux
Diffstat (limited to 'fortran/examples/Makefile.in')
-rw-r--r-- | fortran/examples/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in index d49fcbe..a452d90 100644 --- a/fortran/examples/Makefile.in +++ b/fortran/examples/Makefile.in @@ -4,7 +4,7 @@ ## All rights reserved. ## ## -top_srcdir=@top_srcdir@ +top_srcdir=@top_srcdir@/.. top_builddir=../.. srcdir=@srcdir@ @COMMENCE@ |