Corrected usage of temporary file in Borland Makefile. Terminator must be in first column.
This commit is contained in:
@@ -156,11 +156,16 @@ all: $(BCC_CFG) $(OBJS) makefile.b32
|
|||||||
del $(TARGET).BAK
|
del $(TARGET).BAK
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
del &&| ${CORE1_OBJ} |
|
del &&| ${CORE1_OBJ}
|
||||||
del ${CORE2_OBJ}
|
|
|
||||||
del ${PORT_OBJ}
|
del &&| ${CORE2_OBJ}
|
||||||
del ${HANDLER_OBJ}
|
|
|
||||||
del ${OBJECT_OBJ}
|
del &&| ${PORT_OBJ}
|
||||||
|
|
|
||||||
|
del &&| ${HANDLER_OBJ}
|
||||||
|
|
|
||||||
|
del &&| ${OBJECT_OBJ}
|
||||||
|
|
|
||||||
del ${LIBRARY}
|
del ${LIBRARY}
|
||||||
del $(BCC_CFG)
|
del $(BCC_CFG)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user