From: Andy Polyakov Date: Wed, 9 Nov 2005 20:46:37 +0000 (+0000) Subject: Throw in comment so that one doesn't get tempted to optimize it away. X-Git-Tag: OpenSSL_0_9_8k^2~1700 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=e347b0da2b84965fcb89e64d74fc23d1816e9532 Throw in comment so that one doesn't get tempted to optimize it away. --- diff --git a/crypto/Makefile b/crypto/Makefile index 6c9159ff27..c7f1c29e83 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -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.