diff options
author | djm <> | 2009-01-09 12:14:09 +0000 |
---|---|---|
committer | djm <> | 2009-01-09 12:14:09 +0000 |
commit | d895739bce8a14b03d66ef79acb062db0e1d7b41 (patch) | |
tree | f7bce8e25320f56d0561cf9c041d4a9426952468 /src/lib/libcrypto/comp | |
parent | 6b54ca90c9c20fe7a1bad7bdd709e44e88384cee (diff) | |
parent | 76dd4d55fdccad54d20608e7caf577b9d67b216f (diff) | |
download | openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.tar.gz openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.tar.bz2 openbsd-d895739bce8a14b03d66ef79acb062db0e1d7b41.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/comp')
-rw-r--r-- | src/lib/libcrypto/comp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/comp/Makefile b/src/lib/libcrypto/comp/Makefile index efda832dce..5d364b8513 100644 --- a/src/lib/libcrypto/comp/Makefile +++ b/src/lib/libcrypto/comp/Makefile | |||
@@ -36,7 +36,7 @@ top: | |||
36 | all: lib | 36 | all: lib |
37 | 37 | ||
38 | lib: $(LIBOBJ) | 38 | lib: $(LIBOBJ) |
39 | $(AR) $(LIB) $(LIBOBJ) | 39 | $(ARX) $(LIB) $(LIBOBJ) |
40 | $(RANLIB) $(LIB) || echo Never mind. | 40 | $(RANLIB) $(LIB) || echo Never mind. |
41 | @touch lib | 41 | @touch lib |
42 | 42 | ||