Tolerate a SEQUENCE in DN components.
[openssl.git] / crypto / Makefile
index 6c9159ff27c4765dbea03e0ab59a9db9614d480c..c9e90d39311fec6119b3f344ff021bb0a81f3b0d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# SSLeay/crypto/Makefile
+# OpenSSL/crypto/Makefile
 #
 
 DIR=           crypto
@@ -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.