Throw in comment so that one doesn't get tempted to optimize it away.
authorAndy Polyakov <appro@openssl.org>
Wed, 9 Nov 2005 20:46:37 +0000 (20:46 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 9 Nov 2005 20:46:37 +0000 (20:46 +0000)
crypto/Makefile

index 6c9159ff27c4765dbea03e0ab59a9db9614d480c..c7f1c29e830005c75d364f97b5615bee8a120f20 100644 (file)
@@ -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.