summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5840c65..9662463 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ complete-% : %/
%-build : %/; $(MKDIR) $@
%-build/Makefile : %-build complete-%
- cd $<; ../$(patsubst %-build,%/,$<)/configure
+ cd $<; ../$(patsubst %-build,%/,$<)/configure $(CONFIG)
$(MAKE) -C $< Makefiles
build-% : %-build %-build/Makefile; $(MAKE) -C $<