summaryrefslogtreecommitdiffstats
path: root/fortran/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/test/Makefile.in')
-rw-r--r--fortran/test/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index e313325..0a63845 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -823,10 +823,10 @@ fflush2.chkexe_: fflush1.chkexe_
# determining this automagically (like we do with the C files). So, when
# doing a parallel make, some modules could be made way before the
# modules they depend upon are actually made. *sigh*
-fortranlib_test.lo: fortranlib_test.f90 tf.lo
-fortranlib_test_1_8.lo: fortranlib_test_1_8.f90 tf.lo
-tH5A_1_8.lo: tH5A_1_8.f90 tf.lo
-tH5G_1_8.lo: tH5G_1_8.f90 tf.lo
+fortranlib_test.lo: $(srcdir)/fortranlib_test.f90 tf.lo
+fortranlib_test_1_8.lo: $(srcdir)/fortranlib_test_1_8.f90 tf.lo
+tH5A_1_8.lo: $(srcdir)/tH5A_1_8.f90 tf.lo
+tH5G_1_8.lo: $(srcdir)/tH5G_1_8.f90 tf.lo
# lib/progs/tests targets recurse into subdirectories. build-* targets
# build files in this directory.