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