summaryrefslogtreecommitdiffstats
path: root/package/fbv
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 12:34:09 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 12:34:09 +0000
commit26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47 (patch)
treee677a7af9dfdef5d35f362defeadb12f61aedd69 /package/fbv
parent8eaa5859157a272c668219208374e7acfb5db9f0 (diff)
downloadbuildroot-novena-26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47.tar.gz
buildroot-novena-26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47.zip
- make sure that configure doesn't see a wrong cache
Diffstat (limited to 'package/fbv')
-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 \