diff options
| author | Peter Eisentraut | 2000-12-07 19:43:49 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-12-07 19:43:49 +0000 |
| commit | 289e6fd2a424bfdd30f3c60415ff2f86a21f0623 (patch) | |
| tree | 45add9ceab3afa884a48d147b6a01805ae7fb55d /src/makefiles/Makefile.bsdi | |
| parent | cbc5f4f127f37510fa000ddd8a109c8385796176 (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.bsdi | 2 |
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 |
