From: Andy Polyakov Date: Wed, 9 Nov 2005 20:47:40 +0000 (+0000) Subject: crypto/Makefile update from HEAD. X-Git-Tag: OpenSSL_0_9_8b~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=43e9f4ca2f5a45832a96e5252858dd9b739eef94;p=oweals%2Fopenssl.git crypto/Makefile update from HEAD. PR: 1236 --- diff --git a/crypto/Makefile b/crypto/Makefile index 879e593d89..102e122bca 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -94,10 +94,12 @@ links: @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) @target=links; $(RECURSIVE_MAKE) -lib: $(LIBOBJ) +# lib: and $(LIB): are splitted to avoid end-less loop +lib: $(LIB) + @touch lib +$(LIB): $(LIBOBJ) $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. - @touch lib shared: buildinf.h lib subdirs if [ -n "$(SHARED_LIBS)" ]; then \