summaryrefslogtreecommitdiffstats
path: root/fortran/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/Makefile.in')
-rw-r--r--fortran/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index 6b62fe6..a45350e 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -74,7 +74,7 @@ SUBDIRS=src test @TESTPARALLEL@
## programs and C compilers. At the other extreme, the GNU
## make used in combination with gcc will maintain dependency
## information automatically.
-lib progs check check-s check-p test _test uninstall:
+lib progs check check-s check-p check-clean test _test uninstall:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done