diff --git a/make/mingw32/Makefile b/make/mingw32/Makefile index afdef56..838b206 100644 --- a/make/mingw32/Makefile +++ b/make/mingw32/Makefile @@ -50,7 +50,7 @@ distclean dist-clean: clean rm -f .depend libebml.a: $(OBJ) - $(AR) r $@ $(OBJ) + $(AR) rcvu $@ $(OBJ) $(RANLIB) $@ libebml.dll: $(OBJ)