From 71a4a52f1b58a4f6ba2509d70bb87844308e4771 Mon Sep 17 00:00:00 2001 From: kingdl802 Date: Mon, 13 Apr 2009 15:56:49 +0000 Subject: [PATCH] Add work-around that allows "make clean" to work with long command lines for Borland. --- bacnet-stack/lib/makefile.b32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/lib/makefile.b32 b/bacnet-stack/lib/makefile.b32 index 810f7385..48e02e12 100644 --- a/bacnet-stack/lib/makefile.b32 +++ b/bacnet-stack/lib/makefile.b32 @@ -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}