From 0ba6d24830420634f69caa4c0b947bbdd8955346 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 2 Dec 2011 12:03:47 +0100 Subject: [PATCH] Add -c to ar to remove a diagnostic, when the archive is created. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.20.1