OSDN Git Service

BuildSystem: darwin + Xcode dependencies and enhancements
[handbrake-jp/handbrake-jp-git.git] / make / include / main.rules
index 818e09c..d1a1621 100644 (file)
@@ -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