X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2FMakefile;h=c9e90d39311fec6119b3f344ff021bb0a81f3b0d;hb=82e8372f172e3893c43ef67d99ca114cefe8db3c;hp=6c9159ff27c4765dbea03e0ab59a9db9614d480c;hpb=52b1fbbd99e847f6a7f87d72907f24180d13b555;p=oweals%2Fopenssl.git diff --git a/crypto/Makefile b/crypto/Makefile index 6c9159ff27..c9e90d3931 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -1,5 +1,5 @@ # -# SSLeay/crypto/Makefile +# OpenSSL/crypto/Makefile # DIR= crypto @@ -94,9 +94,9 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) @target=links; $(RECURSIVE_MAKE) +# lib: $(LIB): are splitted to avoid end-less loop lib: $(LIB) @touch lib - $(LIB): $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind.