changeset 3595:c72f82b2182b trunk

Use ar cr instead of ar cq.
author Jonathan Schleifer <js@h3c.de>
date Sat, 22 Sep 2007 10:29:49 +0200
parents fa49ef305f59
children 42e255437b69
files buildsys.mk.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildsys.mk.in	Sat Sep 22 00:57:19 2007 +0200
+++ b/buildsys.mk.in	Sat Sep 22 10:29:49 2007 +0200
@@ -124,7 +124,7 @@
 
 ${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS}
 	${LINK_STATUS}
-	if ${AR} cq $@ ${OBJS}; then \
+	if ${AR} cr $@ ${OBJS}; then \
 		${LINK_OK}; \
 	else \
 		${LINK_FAILED}; \