Use ar cr instead of ar cq.

This commit is contained in:
Jonathan Schleifer 2007-09-22 10:29:29 +02:00
parent ce5329a93b
commit fa8fd43f70

View file

@ -124,7 +124,7 @@ ${PLUGIN} ${PLUGIN_NONST}: ${EXT_DEPS} ${OBJS}
${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}; \