summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index d6def35..fb8a12e 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -28,13 +28,13 @@ TEST_OBJ=$(TEST_SRC:.f90=.lo)
$(TEST_PROGS): $(FLIB)
-fortranlib_test: $(TEST_OBJ)
- @$(LT_LINK_FEXE) $(FFLAGS) -o $@ fortranlib_test.f90 $(TEST_OBJ) $(FLIB) $(LIBS) $(HDF5LIB)
+fortranlib_test: fortranlib_test.lo $(TEST_OBJ)
+ @$(LT_LINK_FEXE) $(FFLAGS) -o $@ fortranlib_test.lo $(TEST_OBJ) $(FLIB) $(LIBS) $(HDF5LIB)
-fflush1: fflush1.f90 hdf5test.f90
- @$(LT_LINK_FEXE) $(FFLAGS) -o $@ fflush1.f90 hdf5test.o $(FLIB) $(LIBS) $(HDF5LIB)
+fflush1: fflush1.lo hdf5test.lo
+ @$(LT_LINK_FEXE) $(FFLAGS) -o $@ fflush1.lo hdf5test.lo $(FLIB) $(LIBS) $(HDF5LIB)
-fflush2: fflush2.f90 hdf5test.f90
- @$(LT_LINK_FEXE) $(FFLAGS) -o $@ fflush2.f90 hdf5test.o $(FLIB) $(LIBS) $(HDF5LIB)
+fflush2: fflush2.lo hdf5test.lo
+ @$(LT_LINK_FEXE) $(FFLAGS) -o $@ fflush2.lo hdf5test.lo $(FLIB) $(LIBS) $(HDF5LIB)
@CONCLUDE@