aboutsummaryrefslogtreecommitdiff
path: root/sim/common/Make-common.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-05-04 08:37:13 -0600
committerTom Tromey <tromey@adacore.com>2021-05-04 13:19:33 -0600
commit937a049c9508d6119b90ae48bba319681c845464 (patch)
treec4e2ee25e60bb3c814650fd7c7089091ad998331 /sim/common/Make-common.in
parent4aaaa4e03b2ea8c1830104d93c6ec3a6132fe1f9 (diff)
downloadgdb-937a049c9508d6119b90ae48bba319681c845464.zip
gdb-937a049c9508d6119b90ae48bba319681c845464.tar.gz
gdb-937a049c9508d6119b90ae48bba319681c845464.tar.bz2
Add config.h to generated_files for sim
I noticed that config.h isn't in 'generated_files' in the sim subdirectories. This causes it to sometimes be rebuilt too late. 2021-05-04 Tom Tromey <tromey@adacore.com> * Make-common.in (generated_files): Add config.h.
Diffstat (limited to 'sim/common/Make-common.in')
-rw-r--r--sim/common/Make-common.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in
index 0f87749..c92228b 100644
--- a/sim/common/Make-common.in
+++ b/sim/common/Make-common.in
@@ -420,6 +420,7 @@ endif
all_object_files = $(LIB_OBJS) $(SIM_RUN_OBJS)
generated_files = \
$(SIM_EXTRA_DEPS) \
+ config.h \
hw-config.h \
modules.c \
targ-map.c \