summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/examples/Makefile.in2
-rw-r--r--fortran/src/Makefile.in4
-rw-r--r--fortran/test/Makefile.in2
-rw-r--r--fortran/testpar/Makefile.in2
4 files changed, 5 insertions, 5 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@
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
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 0cca394..1a3de05 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -4,7 +4,7 @@
## All rights reserved.
##
##
-top_srcdir=@top_srcdir@
+top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index af59a4f..6d2916a 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -4,7 +4,7 @@
## All rights reserved
##
##
-top_srcdir=@top_srcdir@
+top_srcdir=@top_srcdir@/..
top_builddir=../..
srcdir=@srcdir@
@COMMENCE@