From: Christoph Mallon Date: Fri, 2 Dec 2011 11:03:47 +0000 (+0100) Subject: Add -c to ar to remove a diagnostic, when the archive is created. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0ba6d24830420634f69caa4c0b947bbdd8955346;p=libfirm Add -c to ar to remove a diagnostic, when the archive is created. --- diff --git a/Makefile b/Makefile index 719474faf..909d5c738 100644 --- 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 $@