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