summaryrefslogtreecommitdiff
path: root/source4/lib/replace/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r--source4/lib/replace/Makefile.in3
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