win32: remove an archive before running ar on it
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 20 Jul 2010 00:28:25 +0000 (17:28 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 20 Jul 2010 00:28:25 +0000 (17:28 -0700)
Always remove an archive before ar...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
win32/Makefile

index 922913d..b8879db 100755 (executable)
@@ -82,6 +82,7 @@ spotless: clean
 installer:
 
 $(LIB): $(LIBOBJS)
+       rm -f $@
        $(WINAR) cq $@ $^
        $(WINRANLIB) $@