Mercurial > audlegacy
changeset 1058:51818c9ef9ab trunk
[svn] - remove debug notice
author | nenolod |
---|---|
date | Mon, 15 May 2006 11:42:14 -0700 |
parents | 4dfe83e30bfa |
children | fae88c7f438a |
files | mk/objective.mk |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mk/objective.mk Mon May 15 11:31:31 2006 -0700 +++ b/mk/objective.mk Mon May 15 11:42:14 2006 -0700 @@ -193,7 +193,6 @@ if test "x$(OBJECTS)" != "x"; then \ $(MAKE) $(OBJECTS) || exit; \ printf "%10s %-20s\n" LINK $@; \ - printf "%s\n" $(OBJECTIVE_SONAME_SUFFIX); \ (if test "x$(OBJECTIVE_SONAME_SUFFIX)" != "x"; then \ $(CC) -fPIC -DPIC -shared -o $@ -Wl,-soname=$@.$(OBJECTIVE_SONAME_SUFFIX) $(OBJECTS) $(LDFLAGS) $(LIBADD); \ else \