diff options
author | 2009-01-09 12:13:50 +0000 | |
---|---|---|
committer | 2009-01-09 12:13:50 +0000 | |
commit | 82a8dcafbb30bde31cbded094521103bf43ceb41 (patch) | |
tree | 8859b263d86cce51b675cde925c3270362dc661e /lib/libcrypto/seed | |
parent | Explain that any check pattern will work. (diff) | |
download | wireguard-openbsd-82a8dcafbb30bde31cbded094521103bf43ceb41.tar.xz wireguard-openbsd-82a8dcafbb30bde31cbded094521103bf43ceb41.zip |
import openssl-0.9.8j
Diffstat (limited to 'lib/libcrypto/seed')
-rw-r--r-- | lib/libcrypto/seed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/seed/Makefile b/lib/libcrypto/seed/Makefile index f9de27b2889..ffaeb84218d 100644 --- a/lib/libcrypto/seed/Makefile +++ b/lib/libcrypto/seed/Makefile @@ -34,7 +34,7 @@ top: all: lib lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) + $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |