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:
1657fca
)
Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Sat, 21 Aug 2010 11:37:17 +0000
(11:37 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 21 Aug 2010 11:37:17 +0000
(11:37 +0000)
PR: 2319
Makefile.shared
patch
|
blob
|
history
diff --git
a/Makefile.shared
b/Makefile.shared
index ab6532f9fac6a6485be45193f09b4123f8c6405f..e753f44e18fdf6878a25024e5939f6f0d7db6305 100644
(file)
--- a/
Makefile.shared
+++ b/
Makefile.shared
@@
-229,7
+229,7
@@
link_o.darwin:
SHLIB_SUFFIX=.dylib; \
ALLSYMSFLAGS='-all_load'; \
NOALLSYMSFLAGS=''; \
- SHAREDFLAGS="$(CFLAGS) `echo $(SHARED_LDFLAGS) | sed s/dynamiclib/bundle/"; \
+ SHAREDFLAGS="$(CFLAGS) `echo $(SHARED_LDFLAGS) | sed s/dynamiclib/bundle/
`
"; \
if [ -n "$(LIBVERSION)" ]; then \
SHAREDFLAGS="$$SHAREDFLAGS -current_version $(LIBVERSION)"; \
fi; \