summaryrefslogtreecommitdiffstats
path: root/fortran/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/Makefile.in')
-rw-r--r--fortran/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index 981f8f8..909c79a 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -76,7 +76,10 @@ tests TAGS dep depend:
(cd $$d && $(MAKE) $@) || exit 1; \
done
-install-all install:
+install-all:
+ @$(MAKE) install
+
+install:
@@SETX@; for d in $(SUBDIRS); do \
(cd $$d && $(MAKE) $@) || exit 1; \
done