summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-01-06 02:03:29 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-01-06 02:03:29 +0000
commit2caf862540fe24a7b42a1cc363187db142ae539c (patch)
tree7b420f18b8d34af08190ee1b3e4d42eacaf01655
parent09175b703fcaa99ddfc54452d745d0d22f092f3c (diff)
downloadbuildsystem-2caf862540fe24a7b42a1cc363187db142ae539c.tar.gz
buildsystem-2caf862540fe24a7b42a1cc363187db142ae539c.tar.bz2
Let's try that again.
svn path=/trunk/tools/buildsystem/; revision=9790
-rw-r--r--makefiles/Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 6b0f72f..3bbaa77 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -292,7 +292,7 @@ ifeq ($(COMPONENT_TYPE),lib-shared)
SHAREDCFLAGS ?= -fPIC -DPIC
SHAREDCXXFLAGS ?= -fPIC -DPIC
ifeq ($(TARGET),riscos)
- SHAREDLDFLAGS ?= -shared -Wl,-soname,$(SONAME:.=/)
+ SHAREDLDFLAGS ?= -shared -Wl,-soname,$(subst .,/,$(SONAME))
else
SHAREDLDFLAGS ?= -shared -Wl,-soname,$(SONAME)
endif