Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD].

PR: 2319
This commit is contained in:
Andy Polyakov 2010-08-21 11:37:17 +00:00
parent 1657fca2f4
commit 51c9eb321a
1 changed files with 1 additions and 1 deletions

View File

@ -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; \