- make sure that configure doesn't see a wrong cache

This commit is contained in:
Bernhard Reutner-Fischer
2007-09-25 12:34:09 +00:00
parent 8eaa585915
commit 26cdd6f6c0
23 changed files with 54 additions and 53 deletions

View File

@@ -18,7 +18,7 @@ $(DIALOG_DIR)/.source: $(DL_DIR)/$(DIALOG_SOURCE)
touch $@
$(DIALOG_DIR)/.configured: $(DIALOG_DIR)/.source
(cd $(DIALOG_DIR); \
(cd $(DIALOG_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \