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

andersen at uclibc.org andersen at uclibc.org
Thu Jun 9 09:52:49 UTC 2005


Author: andersen
Date: 2005-06-09 03:52:48 -0600 (Thu, 09 Jun 2005)
New Revision: 10483

Log:
http://bugs.uclibc.org/view.php?id=293
target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.


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


Changeset:
Modified: trunk/buildroot/package/tcl/tcl.mk
===================================================================
--- trunk/buildroot/package/tcl/tcl.mk	2005-06-09 09:50:11 UTC (rev 10482)
+++ trunk/buildroot/package/tcl/tcl.mk	2005-06-09 09:52:48 UTC (rev 10483)
@@ -57,7 +57,7 @@
 	-$(MAKE) -C $(TCL_DIR)/unix clean
 
 tcl-dirclean:
-	rm -rf $(LESS_DIR)
+	rm -rf $(TCL_DIR)
 
 #############################################################
 #




More information about the uClibc-cvs mailing list