Add work-around that allows "make clean" to work with long
command lines for Borland.
This commit is contained in:
@@ -155,7 +155,7 @@ all: $(BCC_CFG) $(OBJS) makefile.b32
|
|||||||
del $(TARGET).BAK
|
del $(TARGET).BAK
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
del ${CORE1_OBJ}
|
del &&| ${CORE1_OBJ} |
|
||||||
del ${CORE2_OBJ}
|
del ${CORE2_OBJ}
|
||||||
del ${PORT_OBJ}
|
del ${PORT_OBJ}
|
||||||
del ${HANDLER_OBJ}
|
del ${HANDLER_OBJ}
|
||||||
|
|||||||
Reference in New Issue
Block a user