commit | e347b0da2b84965fcb89e64d74fc23d1816e9532 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Wed Nov 09 20:46:37 2005 +0000 |
committer | Andy Polyakov <appro@openssl.org> | Wed Nov 09 20:46:37 2005 +0000 |
tree | 241823980c61e01c3d442ddc9d43d2ff286a284e | |
parent | 52b1fbbd99e847f6a7f87d72907f24180d13b555 [diff] |
Throw in comment so that one doesn't get tempted to optimize it away.
diff --git a/crypto/Makefile b/crypto/Makefile index 6c9159f..c7f1c29 100644 --- a/crypto/Makefile +++ b/crypto/Makefile
@@ -94,9 +94,9 @@ @$(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.