diff options
Diffstat (limited to 'openssl/crypto/ui/Makefile')
-rw-r--r-- | openssl/crypto/ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/ui/Makefile b/openssl/crypto/ui/Makefile index 4755e206f..a685659fb 100644 --- a/openssl/crypto/ui/Makefile +++ b/openssl/crypto/ui/Makefile @@ -37,7 +37,7 @@ top: all: lib lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |