From e347b0da2b84965fcb89e64d74fc23d1816e9532 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 9 Nov 2005 20:46:37 +0000 Subject: [PATCH] Throw in comment so that one doesn't get tempted to optimize it away. --- crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1