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 51460a35d..818e09c2f 100644
--- a/make/include/main.rules
+++ b/make/include/main.rules
@@ -45,7 +45,7 @@ $(BUILD/)GNUmakefile: $(wildcard $(SRC/).svn/entries)
## target useful to force reconfigure; only helpful for build-system development
.PHONY: reconfigure
reconfigure:
- $(SRC/)configure $(CONF.args)
+ $(SRC/)configure --force $(CONF.args)
###############################################################################