From: Eric Andersen Date: Thu, 9 Jun 2005 09:52:48 +0000 (-0000) Subject: http://bugs.uclibc.org/view.php?id=293 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b85393830139f69c632fa7cea1838c46e9759ac0;p=buildroot.git http://bugs.uclibc.org/view.php?id=293 target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch. --- diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk index d66b2a783c..6be6559641 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) ############################################################# #