fix compilation of raddr2line, by moving it into the rsym folder, too. Thanks BugBoy for noticing.

svn path=/trunk/; revision=40765
This commit is contained in:
Timo Kreuzer 2009-05-01 21:39:47 +00:00
parent 3e8f906b53
commit f6819a00e6
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
RADDR2LINE_BASE = $(TOOLS_BASE)
RADDR2LINE_BASE = $(TOOLS_BASE)$(SEP)rsym
RADDR2LINE_BASE_ = $(RADDR2LINE_BASE)$(SEP)
RADDR2LINE_INT = $(INTERMEDIATE_)$(RADDR2LINE_BASE)

View file

@ -49,6 +49,6 @@ ifeq ($(ARCH),powerpc)
include tools/ofw_interface/ofw_interface.mak
endif
include tools/pefixup.mak
include tools/raddr2line.mak
include tools/rsym/raddr2line.mak
include tools/rbuild/rbuild.mak
include tools/rsym/rsym.mak