summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-09 20:47:40 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-09 20:47:40 +0000
commit43e9f4ca2f5a45832a96e5252858dd9b739eef94 (patch)
tree1b506611a68e0b8fdb3dfefaf275e12917c0f361 /crypto/Makefile
parent586f843c7628959af2e25062bc1266c5a9c07075 (diff)
crypto/Makefile update from HEAD.
PR: 1236
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile6
1 files 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 \