Add -c to ar to remove a diagnostic, when the archive is created.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 2 Dec 2011 11:03:47 +0000 (12:03 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 2 Dec 2011 11:04:42 +0000 (12:04 +0100)
Makefile

index 719474f..909d5c7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ libfirm_DEPS    = $(libfirm_OBJECTS:%.o=%.d)
 
 $(libfirm_a): $(libfirm_OBJECTS)
        @echo AR $@
-       $(Q)$(AR) ru $@ $^
+       $(Q)$(AR) -cru $@ $^
 
 $(libfirm_dll): $(libfirm_OBJECTS)
        @echo LINK $@