mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
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:
parent
3e8f906b53
commit
f6819a00e6
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
RADDR2LINE_BASE = $(TOOLS_BASE)
|
||||
RADDR2LINE_BASE = $(TOOLS_BASE)$(SEP)rsym
|
||||
RADDR2LINE_BASE_ = $(RADDR2LINE_BASE)$(SEP)
|
||||
|
||||
RADDR2LINE_INT = $(INTERMEDIATE_)$(RADDR2LINE_BASE)
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue