projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7094a3
)
fix old target name
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 3 Jun 2005 03:57:17 +0000
(
03:57
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 3 Jun 2005 03:57:17 +0000
(
03:57
-0000)
package/tcl/tcl.mk
patch
|
blob
|
history
diff --git
a/package/tcl/tcl.mk
b/package/tcl/tcl.mk
index bf396bb834967389edc50c46819103dc04af6c04..d66b2a783ccbfd598483f763c535bca23471ad74 100644
(file)
--- a/
package/tcl/tcl.mk
+++ b/
package/tcl/tcl.mk
@@
-56,7
+56,7
@@
tcl-clean:
$(MAKE) prefix=$(TARGET_DIR)/usr -C $(TCL_DIR)/unix uninstall
-$(MAKE) -C $(TCL_DIR)/unix clean
-
less
-dirclean:
+
tcl
-dirclean:
rm -rf $(LESS_DIR)
#############################################################
@@
-67,4
+67,3
@@
less-dirclean:
ifeq ($(strip $(BR2_PACKAGE_TCL)),y)
TARGETS+=tcl
endif
-