fix old target name

This commit is contained in:
Mike Frysinger 2005-06-03 03:57:17 +00:00
parent b7094a31ca
commit 8d1ce2a787

View File

@ -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