Add work-around that allows "make clean" to work with long

command lines for Borland.
This commit is contained in:
kingdl802
2009-04-13 15:56:49 +00:00
parent 04d7ea9672
commit 71a4a52f1b
+1 -1
View File
@@ -155,7 +155,7 @@ all: $(BCC_CFG) $(OBJS) makefile.b32
del $(TARGET).BAK
clean:
del ${CORE1_OBJ}
del &&| ${CORE1_OBJ} |
del ${CORE2_OBJ}
del ${PORT_OBJ}
del ${HANDLER_OBJ}