about summary refs log tree commit diff
path: root/Config/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Config/config.mk')
-rw-r--r--Config/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config/config.mk b/Config/config.mk
index dd91476d0..f997bf478 100644
--- a/Config/config.mk
+++ b/Config/config.mk
@@ -25,7 +25,7 @@
 #
 
 config: Makefile
-	@subdir='$(SUBDIRS)'; for subdir in $$subdirs; do \
+	@subdirs='$(SUBDIRS)'; for subdir in $$subdirs; do \
 	  (cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \
 	done