Corrected usage of temporary file in Borland Makefile. Terminator must be in first column.

This commit is contained in:
skarg
2009-04-19 12:32:26 +00:00
parent b85c4355d0
commit 8c34dfeb72
+10 -5
View File
@@ -156,11 +156,16 @@ all: $(BCC_CFG) $(OBJS) makefile.b32
del $(TARGET).BAK
clean:
del &&| ${CORE1_OBJ} |
del ${CORE2_OBJ}
del ${PORT_OBJ}
del ${HANDLER_OBJ}
del ${OBJECT_OBJ}
del &&| ${CORE1_OBJ}
|
del &&| ${CORE2_OBJ}
|
del &&| ${PORT_OBJ}
|
del &&| ${HANDLER_OBJ}
|
del &&| ${OBJECT_OBJ}
|
del ${LIBRARY}
del $(BCC_CFG)