summaryrefslogtreecommitdiffstats
path: root/package/fbv/fbv.mk
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-25 14:34:09 +0200
committerBernhard Reutner-Fischer2007-09-25 14:34:09 +0200
commit26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47 (patch)
treee677a7af9dfdef5d35f362defeadb12f61aedd69 /package/fbv/fbv.mk
parent- add dummy -source targets. (diff)
downloadbuildroot-26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47.tar.gz
buildroot-26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47.tar.xz
buildroot-26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47.zip
- make sure that configure doesn't see a wrong cache
Diffstat (limited to 'package/fbv/fbv.mk')
-rw-r--r--package/fbv/fbv.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fbv/fbv.mk b/package/fbv/fbv.mk
index 528bb6f8c..4e12a7a8f 100644
--- a/package/fbv/fbv.mk
+++ b/package/fbv/fbv.mk
@@ -22,7 +22,7 @@ $(FBV_DIR)/.unpacked: $(DL_DIR)/$(FBV_SOURCE)
touch $@
$(FBV_DIR)/.configured: $(FBV_DIR)/.unpacked
- (cd $(FBV_DIR); \
+ (cd $(FBV_DIR); rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \