Browse Source

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

Eric Andersen 20 years ago
parent
commit
b853938301
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/tcl/tcl.mk

+ 1 - 1
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)
 
 #############################################################
 #