From d093b28b55bac53c32cf3bf35424ca967b55bfc5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Sep 2006 11:20:43 +0000 Subject: r18159: always recreate the the archive and use -s (which does the same as ranlib) and see how portable it is metze (This used to be commit 47b4509db909e0848842c1601f2058183d36bda7) --- source4/lib/replace/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/lib/replace/Makefile.in') diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index d300458485..adaf0cd956 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -29,8 +29,7 @@ install: all $(INSTALL) libreplace.a $(libdir) libreplace.a: $(OBJS) - ar -rv $@ $(OBJS) - @-ranlib $@ + ar -rcsv $@ $(OBJS) test: testsuite ./testsuite -- cgit