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 524a553..930ba45 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,7 +75,7 @@ tests TAGS dep depend:
done
install:
- @@SETX@; for d in $(SUBDIRS); do \
+ @@SETX@; for d in $(SUBDIRS) perform; do \
(cd $$d && $(MAKE) $@) || exit 1; \
done
@$(LT) --mode=finish $(libdir);