From: Mike Frysinger Date: Sun, 28 Nov 2021 05:56:03 +0000 (-0500) Subject: sim: moxie: fix datadir handling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=961af0641ec4875f3d993e6e2f94e0c28453f5c8;p=binutils-gdb.git sim: moxie: fix datadir handling Expand the value at `make` time rather than configure generation time so that we handle $(datarootdir) setting properly. --- diff --git a/sim/moxie/Makefile.in b/sim/moxie/Makefile.in index c33b3b63e2c..6671389c293 100644 --- 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) \