summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/commence.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/commence.in b/config/commence.in
index fa1b649..f90d0eb 100644
--- a/config/commence.in
+++ b/config/commence.in
@@ -147,8 +147,8 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(STAMP1)
reconfigure: $(MAKEFILE_PARTS) $(STAMP2)
-cd $(top_builddir); CONFIG_HEADERS= ./config.status
@for sub in @subdirs@ dummy; do \
- if test $$test != dummy; then \
- -cd $$test; $(MAKE) reconfigure; \
+ if test $$sub != dummy; then \
+ -cd $$sub; $(MAKE) reconfigure; \
fi; \
done;