From c34174728fb5fabc084841b057001a9682ce34b4 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 25 Nov 2001 12:56:42 +0000 Subject: [PATCH] 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 --- src/makelib.env.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/makelib.env.in b/src/makelib.env.in index f1bd294804..1707f4ad24 100644 --- a/src/makelib.env.in +++ b/src/makelib.env.in @@ -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 -- 2.45.2