diff options
| author | djm <> | 2009-01-09 12:14:08 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-09 12:14:08 +0000 |
| commit | 6b54ca90c9c20fe7a1bad7bdd709e44e88384cee (patch) | |
| tree | 07f3f0e4c0127646f27f4d510b151e730f456110 /src/lib/libcrypto/pqueue | |
| parent | dcf3184fb50373f815b09b0a0badf24135573831 (diff) | |
| parent | 05552533f486a700413f5b1fd925ae0f2c26d8a8 (diff) | |
| download | openbsd-6b54ca90c9c20fe7a1bad7bdd709e44e88384cee.tar.gz openbsd-6b54ca90c9c20fe7a1bad7bdd709e44e88384cee.tar.bz2 openbsd-6b54ca90c9c20fe7a1bad7bdd709e44e88384cee.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/pqueue')
| -rw-r--r-- | src/lib/libcrypto/pqueue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pqueue/Makefile b/src/lib/libcrypto/pqueue/Makefile index d0c39d25ce..36bfc349aa 100644 --- a/src/lib/libcrypto/pqueue/Makefile +++ b/src/lib/libcrypto/pqueue/Makefile | |||
| @@ -33,7 +33,7 @@ top: | |||
| 33 | all: lib | 33 | all: lib |
| 34 | 34 | ||
| 35 | lib: $(LIBOBJ) | 35 | lib: $(LIBOBJ) |
| 36 | $(AR) $(LIB) $(LIBOBJ) | 36 | $(ARX) $(LIB) $(LIBOBJ) |
| 37 | $(RANLIB) $(LIB) || echo Never mind. | 37 | $(RANLIB) $(LIB) || echo Never mind. |
| 38 | @touch lib | 38 | @touch lib |
| 39 | 39 | ||
