diff options
Diffstat (limited to 'lib/libssl/src/crypto/stack')
-rw-r--r-- | lib/libssl/src/crypto/stack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/stack/Makefile b/lib/libssl/src/crypto/stack/Makefile index 489a77b93c4..5327692ac89 100644 --- a/lib/libssl/src/crypto/stack/Makefile +++ b/lib/libssl/src/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 |