summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 341c3c9..0cc6ee8 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -297,9 +297,9 @@ buildno: $(PARSER_OBJS) \
else echo 1 >buildno; fi
# Build static library
+# avoid long command lines, same as LIBRARY_OBJS
$(LIBRARY): $(LIBRARY_OBJS)
-rm -f $@
- # avoid long command lines, same as LIBRARY_OBJS
$(AR) cr $@ Modules/getbuildinfo.o
$(AR) cr $@ $(PARSER_OBJS)
$(AR) cr $@ $(OBJECT_OBJS)