[uClibc-cvs] svn commit: trunk/buildroot/package/tcl

vapier at uclibc.org vapier at uclibc.org
Fri Jun 3 03:57:17 UTC 2005


Author: vapier
Date: 2005-06-02 21:57:17 -0600 (Thu, 02 Jun 2005)
New Revision: 10467

Log:
fix old target name

Modified:
   trunk/buildroot/package/tcl/tcl.mk


Changeset:
Modified: trunk/buildroot/package/tcl/tcl.mk
===================================================================
--- trunk/buildroot/package/tcl/tcl.mk	2005-06-03 03:21:45 UTC (rev 10466)
+++ trunk/buildroot/package/tcl/tcl.mk	2005-06-03 03:57:17 UTC (rev 10467)
@@ -56,7 +56,7 @@
 	$(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 @@
 ifeq ($(strip $(BR2_PACKAGE_TCL)),y)
 TARGETS+=tcl
 endif
-




More information about the uClibc-cvs mailing list