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:
@@ -75,7 +75,8 @@ $(top_builddir)/lib/$(TARGETLIB_SHARED): $(OBJECTS)
|
|||||||
|
|
||||||
$(top_builddir)/lib/$(TARGETLIB_STATIC): $(OBJECTS)
|
$(top_builddir)/lib/$(TARGETLIB_STATIC): $(OBJECTS)
|
||||||
@$(INSTALL) -d $(top_builddir)/lib
|
@$(INSTALL) -d $(top_builddir)/lib
|
||||||
ar $(AROPTIONS) $@ $(OBJECTS)
|
@$(RM) $@
|
||||||
|
$(AR) $(AROPTIONS) $@ $(OBJECTS)
|
||||||
$(RANLIB) $@
|
$(RANLIB) $@
|
||||||
|
|
||||||
install: install_@WX_TARGET_LIBRARY_TYPE@ install_headers
|
install: install_@WX_TARGET_LIBRARY_TYPE@ install_headers
|
||||||
|
Reference in New Issue
Block a user