Skip to content

Commit

Permalink
Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD].
Browse files Browse the repository at this point in the history
PR: 2319
  • Loading branch information
Andy Polyakov committed Aug 21, 2010
1 parent 1905700 commit 8a15a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.shared
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 8a15a4a

Please sign in to comment.