summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-02-01 12:36:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-02-01 12:36:35 +0000
commit1f5fde99c0ddb097f7a4edc52958314c90ef38a9 (patch)
tree0b2b3328a2058b00a2de6b4c48aa1d1976c70556
parentf3ec3c8606f3103f29f50d5dce42a1de92816e11 (diff)
downloadATCD-1f5fde99c0ddb097f7a4edc52958314c90ef38a9.tar.gz
ChangeLogTag: Sun Feb 01 12:36:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--include/makeinclude/build_lib.bor8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/makeinclude/build_lib.bor b/include/makeinclude/build_lib.bor
index e56088be672..a2df5312abc 100644
--- a/include/makeinclude/build_lib.bor
+++ b/include/makeinclude/build_lib.bor
@@ -44,7 +44,13 @@ all: $(TARGET)
$(TARGET): $(OBJFILES)
@$(MAKE_BINDIR)
-@del $(TARGET) 2>NUL
- $(AR) $(LIB_LFLAGS) $(TARGET) $(OBJFILES)
+ $(AR) -M < @&&!
+VERBOSE
+CREATE $@
+ADDMOD $(OBJFILES:\=/)
+SAVE
+END
+!
!endif
!else
!ifdef TARGET