summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-09 20:46:37 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-09 20:46:37 +0000
commite347b0da2b84965fcb89e64d74fc23d1816e9532 (patch)
tree241823980c61e01c3d442ddc9d43d2ff286a284e /crypto/Makefile
parent52b1fbbd99e847f6a7f87d72907f24180d13b555 (diff)
Throw in comment so that one doesn't get tempted to optimize it away.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
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.