From 961af0641ec4875f3d993e6e2f94e0c28453f5c8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 28 Nov 2021 00:56:03 -0500 Subject: [PATCH] sim: moxie: fix datadir handling Expand the value at `make` time rather than configure generation time so that we handle $(datarootdir) setting properly. --- sim/moxie/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.30.2