- 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

@@ -21,7 +21,7 @@ $(ALSA_UTILS_DIR)/.unpacked: $(DL_DIR)/$(ALSA_UTILS_SOURCE)
touch $@
$(ALSA_UTILS_DIR)/.configured: $(ALSA_UTILS_DIR)/.unpacked
(cd $(ALSA_UTILS_DIR); \
(cd $(ALSA_UTILS_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
CFLAGS="$(TARGET_CFLAGS)" \