summaryrefslogtreecommitdiffstats
path: root/c++/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c++/Makefile.in')
-rw-r--r--c++/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index 3f18b9b..57c75bc 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -78,7 +78,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