projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b1fbb
)
Throw in comment so that one doesn't get tempted to optimize it away.
author
Andy Polyakov
<appro@openssl.org>
Wed, 9 Nov 2005 20:46:37 +0000
(20:46 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 9 Nov 2005 20:46:37 +0000
(20:46 +0000)
crypto/Makefile
patch
|
blob
|
history
diff --git
a/crypto/Makefile
b/crypto/Makefile
index
6c9159f
..
c7f1c29
100644
(file)
--- 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.