summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ffabd7..1fd7ba7 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ ${OBJ}: ${HDR}
${CC} ${SFEED_CFLAGS} ${SFEED_CPPFLAGS} -o $@ -c $<
${LIBUTIL}: ${LIBUTILOBJ}
- ${AR} rc $@ $?
+ ${AR} -rc $@ $?
${RANLIB} $@
${LIBXML}: ${LIBXMLOBJ}