Explorar o código

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 %!s(int64=20) %!d(string=hai) anos
pai
achega
b853938301
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 
 #############################################################
 #