]> git.saurik.com Git - wxWidgets.git/commitdiff
remove static libraries and recreate them to avoid stale object files
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 31 Oct 2001 23:30:45 +0000 (23:30 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 31 Oct 2001 23:30:45 +0000 (23:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in

index 0b43590f7e0926fe4123a06ec39291a69d8b4a13..a906e9ad08bae40273b3fa07dd7ce32a7394cc8d 100644 (file)
@@ -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) $@