From 43e9f4ca2f5a45832a96e5252858dd9b739eef94 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 9 Nov 2005 20:47:40 +0000 Subject: [PATCH] crypto/Makefile update from HEAD. PR: 1236 --- crypto/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 \ -- 2.25.1