summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 46cf813..0c36ba6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -77,7 +77,7 @@ tests TAGS dep depend uninstall:
done
install-all:
- @@SETX@; for d in dummy @subdirs@ perform; do \
+ @@SETX@; for d in dummy @subdirs@; do \
if test $$d != "dummy"; then \
(cd $$d && $(MAKE) $@) || exit 1; \
fi; \