summaryrefslogtreecommitdiffstats
path: root/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 18:00:55 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-11-15 18:00:55 (GMT)
commit5939bcff41c1de7cf948679b7a08f329b318c238 (patch)
treec5bb7dcf5327aaeda1c8648a9afa73b64d02ed41 /fortran/src/Makefile.in
parent24da402d9a112f83ce1436d6a8c688c6a78b3576 (diff)
downloadhdf5-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/src/Makefile.in')
-rw-r--r--fortran/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index ae719c3..3cef49c 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -4,12 +4,12 @@
## Copyright (C) 2000 National Center for Supercomputing Applications.
## All rights reserved.
##
-top_srcdir=@top_srcdir@
+top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
-hdf5_srcdir=$(top_srcdir)/../src
+hdf5_srcdir=$(top_srcdir)/src
hdf5_builddir=$(top_builddir)/src
TRACE=perl $(top_srcdir)/bin/trace