Use ARX in crypto/Makefile

This commit is contained in:
Dr. Stephen Henson 2011-01-26 16:22:03 +00:00
parent 6dff52e858
commit 6f4b3e7c09

View File

@ -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