summaryrefslogtreecommitdiffstats
path: root/package/tcl/tcl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/tcl/tcl.mk')
-rw-r--r--package/tcl/tcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk
index 16fcd41e1..f0adb9026 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -17,7 +17,7 @@ $(TCL_DIR)/.source: $(DL_DIR)/$(TCL_SOURCE)
touch $(TCL_DIR)/.source
$(TCL_DIR)/.configured: $(TCL_DIR)/.source
- (cd $(TCL_DIR)/unix; \
+ (cd $(TCL_DIR)/unix; rm -f config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \