diff --git a/Makefile.in b/Makefile.in index 0b43590f7e..a906e9ad08 100644 --- a/Makefile.in +++ b/Makefile.in @@ -315,11 +315,13 @@ all: @WX_ALL@ $(build_libdir)/@WX_LIBRARY_NAME_STATIC@: $(OBJECTS) @$(INSTALL) -d $(build_libdir) + @$(RM) $@ $(AR) $(AROPTIONS) $@ $(OBJECTS) $(RANLIB) $@ $(build_libdir)/@WX_LIBRARY_NAME_STATIC_GL@: glcanvas.o @$(INSTALL) -d $(build_libdir) + @$(RM) $@ $(AR) $(AROPTIONS) $@ glcanvas.o $(RANLIB) $@