projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229a778
)
http://bugs.uclibc.org/view.php?id=293
author
Eric Andersen
<andersen@codepoet.org>
Thu, 9 Jun 2005 09:52:48 +0000
(09:52 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 9 Jun 2005 09:52:48 +0000
(09:52 -0000)
target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.
package/tcl/tcl.mk
patch
|
blob
|
history
diff --git
a/package/tcl/tcl.mk
b/package/tcl/tcl.mk
index d66b2a783ccbfd598483f763c535bca23471ad74..6be6559641577ac20c70ee652e4b8c0677b930dc 100644
(file)
--- 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)
#############################################################
#