diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 12:34:09 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 12:34:09 +0000 |
commit | 26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47 (patch) | |
tree | e677a7af9dfdef5d35f362defeadb12f61aedd69 /package/tcl/tcl.mk | |
parent | 8eaa5859157a272c668219208374e7acfb5db9f0 (diff) | |
download | buildroot-novena-26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47.tar.gz buildroot-novena-26cdd6f6c0e8c3b8efb4d01faacff8a979f40c47.zip |
- make sure that configure doesn't see a wrong cache
Diffstat (limited to 'package/tcl/tcl.mk')
-rw-r--r-- | package/tcl/tcl.mk | 2 |
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 \ |