summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.bsdi
diff options
context:
space:
mode:
authorPeter Eisentraut2000-12-07 19:43:49 +0000
committerPeter Eisentraut2000-12-07 19:43:49 +0000
commit289e6fd2a424bfdd30f3c60415ff2f86a21f0623 (patch)
tree45add9ceab3afa884a48d147b6a01805ae7fb55d /src/makefiles/Makefile.bsdi
parentcbc5f4f127f37510fa000ddd8a109c8385796176 (diff)
Do not use 'ar cq' to build library archives, use 'ar cr' instead.
Diffstat (limited to 'src/makefiles/Makefile.bsdi')
-rw-r--r--src/makefiles/Makefile.bsdi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.bsdi b/src/makefiles/Makefile.bsdi
index b83db6f67a8..a95fd312346 100644
--- a/src/makefiles/Makefile.bsdi
+++ b/src/makefiles/Makefile.bsdi
@@ -1,4 +1,4 @@
-AROPT = cq
+AROPT = cr
# bsdi 4.0 and later is ELF
DLSUFFIX = .so