summaryrefslogtreecommitdiffstats
path: root/make/include/main.rules
diff options
context:
space:
mode:
Diffstat (limited to 'make/include/main.rules')
-rw-r--r--make/include/main.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/include/main.rules b/make/include/main.rules
index 818e09c2f..d1a16212a 100644
--- a/make/include/main.rules
+++ b/make/include/main.rules
@@ -40,7 +40,7 @@ include $(MODULES:%=$(SRC/)%/module.rules)
## target which causes re-configure if project-root is svn update'd
$(BUILD/)GNUmakefile: $(wildcard $(SRC/).svn/entries)
- $(SRC/)configure $(CONF.args)
+ $(SRC/)configure --force $(CONF.args)
## target useful to force reconfigure; only helpful for build-system development
.PHONY: reconfigure