diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-06 11:20:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:44 -0500 |
commit | d093b28b55bac53c32cf3bf35424ca967b55bfc5 (patch) | |
tree | d147dac7d1284275cc8d6b975df3b82e3f899207 | |
parent | d52b2fb7c4a7f2b2a700204236f29bbb97b0f1d6 (diff) | |
download | samba-d093b28b55bac53c32cf3bf35424ca967b55bfc5.tar.gz samba-d093b28b55bac53c32cf3bf35424ca967b55bfc5.tar.bz2 samba-d093b28b55bac53c32cf3bf35424ca967b55bfc5.zip |
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)
-rw-r--r-- | source4/lib/replace/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
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 |