diff options
author | djm <> | 2010-10-01 22:54:18 +0000 |
---|---|---|
committer | djm <> | 2010-10-01 22:54:18 +0000 |
commit | 31f27c0675424c286ead39df16455abf64c6fb22 (patch) | |
tree | 5c4f646f91f36980366de4e2ab158488aea47c60 /src/lib/libcrypto/ui | |
parent | afe4a81d4f24643c1a5682bc6b6fc3f74a7a369e (diff) | |
parent | 75291ae343a87368ad49c13ac02f85a88159417f (diff) | |
download | openbsd-31f27c0675424c286ead39df16455abf64c6fb22.tar.gz openbsd-31f27c0675424c286ead39df16455abf64c6fb22.tar.bz2 openbsd-31f27c0675424c286ead39df16455abf64c6fb22.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/ui')
-rw-r--r-- | src/lib/libcrypto/ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ui/Makefile b/src/lib/libcrypto/ui/Makefile index 4755e206f6..a685659fb4 100644 --- a/src/lib/libcrypto/ui/Makefile +++ b/src/lib/libcrypto/ui/Makefile | |||
@@ -37,7 +37,7 @@ top: | |||
37 | all: lib | 37 | all: lib |
38 | 38 | ||
39 | lib: $(LIBOBJ) | 39 | lib: $(LIBOBJ) |
40 | $(ARX) $(LIB) $(LIBOBJ) | 40 | $(AR) $(LIB) $(LIBOBJ) |
41 | $(RANLIB) $(LIB) || echo Never mind. | 41 | $(RANLIB) $(LIB) || echo Never mind. |
42 | @touch lib | 42 | @touch lib |
43 | 43 | ||