- 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

@@ -20,7 +20,7 @@ $(LIBCGICC_DIR)/.unpacked: $(DL_DIR)/$(LIBCGICC_SOURCE)
touch $(LIBCGICC_DIR)/.unpacked
$(LIBCGICC_DIR)/.configured: $(LIBCGICC_DIR)/.unpacked
(cd $(LIBCGICC_DIR); \
(cd $(LIBCGICC_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \