Ver Fonte

fix old target name

Mike Frysinger há 20 anos atrás
pai
commit
8d1ce2a787
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      package/tcl/tcl.mk

+ 1 - 2
package/tcl/tcl.mk

@@ -56,7 +56,7 @@ tcl-clean:
 	$(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 @@ less-dirclean:
 ifeq ($(strip $(BR2_PACKAGE_TCL)),y)
 TARGETS+=tcl
 endif
-