target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.
This commit is contained in:
Eric Andersen 2005-06-09 09:52:48 +00:00
parent 229a7784ff
commit b853938301

View File

@ -57,7 +57,7 @@ tcl-clean:
-$(MAKE) -C $(TCL_DIR)/unix clean
tcl-dirclean:
rm -rf $(LESS_DIR)
rm -rf $(TCL_DIR)
#############################################################
#