projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be0a63
)
sim: moxie: fix datadir handling
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 28 Nov 2021 05:56:03 +0000
(
00:56
-0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 28 Nov 2021 05:56:44 +0000
(
00:56
-0500)
Expand the value at `make` time rather than configure generation time
so that we handle $(datarootdir) setting properly.
sim/moxie/Makefile.in
patch
|
blob
|
history
diff --git
a/sim/moxie/Makefile.in
b/sim/moxie/Makefile.in
index c33b3b63e2c8a188a2cb5180add708d65bf528bc..6671389c2939a944f1662a780e5ca8a197dcdd9d 100644
(file)
--- a/
sim/moxie/Makefile.in
+++ b/
sim/moxie/Makefile.in
@@
-17,7
+17,7
@@
## COMMON_PRE_CONFIG_FRAG
-dtbdir =
@datadir@
/gdb/dtb
+dtbdir =
$(datadir)
/gdb/dtb
SIM_OBJS = \
$(SIM_NEW_COMMON_OBJS) \