target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.
This commit is contained in:
parent
229a7784ff
commit
b853938301
@ -57,7 +57,7 @@ tcl-clean:
|
||||
-$(MAKE) -C $(TCL_DIR)/unix clean
|
||||
|
||||
tcl-dirclean:
|
||||
rm -rf $(LESS_DIR)
|
||||
rm -rf $(TCL_DIR)
|
||||
|
||||
#############################################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user