diff options
Diffstat (limited to 'fortran/test/Makefile.in')
-rw-r--r-- | fortran/test/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 291231f..8f2b8ad 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -824,6 +824,9 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES # as well. check-install: installcheck +# fflush2 depends on files created by fflush1 +fflush2.chkexe_: fflush1.chkexe_ + # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. # BUILT_SOURCES contain targets that need to be built before anything else |