summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortran/examples/Makefile.in2
-rw-r--r--fortran/src/Makefile.in4
-rw-r--r--fortran/test/Makefile.in3
3 files changed, 4 insertions, 5 deletions
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 471f029..cf1117f 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -9,7 +9,7 @@ top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
-hdf5_builddir=$(top_builddir)/../src
+hdf5_builddir=$(top_builddir)/src
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 3955d9f..b723933 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -9,8 +9,8 @@ top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
-hdf5_builddir=$(top_builddir)/../src
-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 3b712ff..d6def35 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -9,8 +9,7 @@ top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
-hdf5_builddir=$(top_builddir)/../src
-hdf5_builddir=$(top_builddir)/../src
+hdf5_builddir=$(top_builddir)/src
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.