mirror of https://github.com/openssl/openssl.git
Use ARX in crypto/Makefile
This commit is contained in:
parent
6dff52e858
commit
6f4b3e7c09
|
|
@ -100,7 +100,7 @@ links:
|
|||
lib: $(LIB)
|
||||
@touch lib
|
||||
$(LIB): $(LIBOBJ)
|
||||
$(AR) $(LIB) $(LIBOBJ)
|
||||
$(ARX) $(LIB) $(LIBOBJ)
|
||||
$(RANLIB) $(LIB) || echo Never mind.
|
||||
|
||||
shared: buildinf.h lib subdirs
|
||||
|
|
|
|||
Loading…
Reference in New Issue