From 26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Sep 2007 12:34:09 +0000 Subject: - make sure that configure doesn't see a wrong cache --- package/tcl/tcl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/tcl/tcl.mk') 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 \ -- cgit v1.2.3