remove static libraries and recreate them to avoid stale object files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-11-25 12:56:42 +00:00
parent 4498031c44
commit c34174728f

View File

@ -75,7 +75,8 @@ $(top_builddir)/lib/$(TARGETLIB_SHARED): $(OBJECTS)
$(top_builddir)/lib/$(TARGETLIB_STATIC): $(OBJECTS)
@$(INSTALL) -d $(top_builddir)/lib
ar $(AROPTIONS) $@ $(OBJECTS)
@$(RM) $@
$(AR) $(AROPTIONS) $@ $(OBJECTS)
$(RANLIB) $@
install: install_@WX_TARGET_LIBRARY_TYPE@ install_headers