X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fcmac%2FMakefile;h=f6f9d5770bff1a8c4f0a8c2676f857d464c4c393;hp=54e7cc39d52b923b4e1a6199882819839645f661;hb=bbe0c8c5be6aa2cbbb60c4aa80990cb995955903;hpb=0ff907caf88d7f8113991152868739fa4d0bc352 diff --git a/crypto/cmac/Makefile b/crypto/cmac/Makefile index 54e7cc39d5..f6f9d5770b 100644 --- a/crypto/cmac/Makefile +++ b/crypto/cmac/Makefile @@ -33,7 +33,7 @@ top: all: lib lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) + $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib