From b22138f32f71d5a8d93e6409fb11f116892d544e Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 25 Apr 2021 07:30:03 -0600 Subject: [PATCH] Add engv32.h to SIM_EXTRA_DEPS in sim/cris A rebuild showed that an earlier change of mine missed a built header file -- cris/engv32.h. This patch fixes the problem. sim/cris/ChangeLog 2021-04-25 Tom Tromey * Makefile.in (SIM_EXTRA_DEPS): Add engv32.h. --- sim/cris/ChangeLog | 4 ++++ sim/cris/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index d123611e5f3..191768d4642 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,3 +1,7 @@ +2021-04-25 Tom Tromey + + * Makefile.in (SIM_EXTRA_DEPS): Add engv32.h. + 2021-04-23 Mike Frysinger * configure.ac (SIM_AC_OPTION_HARDWARE): Delete first two args. diff --git a/sim/cris/Makefile.in b/sim/cris/Makefile.in index 87c1efe4682..48a379d7887 100644 --- a/sim/cris/Makefile.in +++ b/sim/cris/Makefile.in @@ -36,7 +36,7 @@ SIM_OBJS = \ # FIXME: $(srccom)/cgen-ops.h should be in CGEN_INCLUDE_DEPS. SIM_EXTRA_DEPS = \ $(CGEN_INCLUDE_DEPS) $(srccom)/cgen-ops.h \ - arch.h cpuall.h cris-sim.h cris-desc.h engv10.h + arch.h cpuall.h cris-sim.h cris-desc.h engv10.h engv32.h SIM_EXTRA_CLEAN = cris-clean -- 2.30.2