projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586f843
)
crypto/Makefile update from HEAD.
author
Andy Polyakov
<appro@openssl.org>
Wed, 9 Nov 2005 20:47:40 +0000
(20:47 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 9 Nov 2005 20:47:40 +0000
(20:47 +0000)
PR: 1236
crypto/Makefile
patch
|
blob
|
history
diff --git
a/crypto/Makefile
b/crypto/Makefile
index 879e593d89c54abe1ad4845e0462602508edd477..102e122bcaec1f836b5c368b7cdae8bf5b4b755c 100644
(file)
--- 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 \