summaryrefslogtreecommitdiff
path: root/package/tcl
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-09 09:52:48 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-09 09:52:48 +0000
commitb85393830139f69c632fa7cea1838c46e9759ac0 (patch)
treefc60d36061101cc860b9207da7b6249be9506257 /package/tcl
parent229a7784ffbbcda8a050e0fd955775eff751ebe6 (diff)
http://bugs.uclibc.org/view.php?id=293
target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.
Diffstat (limited to 'package/tcl')
-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 d66b2a783..6be655964 100644
--- a/package/tcl/tcl.mk
+++ b/package/tcl/tcl.mk
@@ -57,7 +57,7 @@ tcl-clean:
-$(MAKE) -C $(TCL_DIR)/unix clean
tcl-dirclean:
- rm -rf $(LESS_DIR)
+ rm -rf $(TCL_DIR)
#############################################################
#