summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-08-21 11:37:17 +0000
committerAndy Polyakov <appro@openssl.org>2010-08-21 11:37:17 +0000
commit51c9eb321a6938446615e127b1c768b57554d9b0 (patch)
treef27826230a342661300bfa9692aa0fd7e61eb1b7 /Makefile.shared
parent1657fca2f41378876e691a4c07fe2bff04dd456c (diff)
downloadopenssl-new-51c9eb321a6938446615e127b1c768b57554d9b0.tar.gz
Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD].
PR: 2319
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index ab6532f9fa..e753f44e18 100644
--- 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; \