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