summaryrefslogtreecommitdiff
path: root/sim/sh
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-03 20:26:01 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-04 13:58:42 +0700
commit9146585a05aa162e57d13bd2264f7dc84117c40d (patch)
tree5536cff656d0cb2058f4b2e43f77c59548c9af2a /sim/sh
parentc55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31 (diff)
downloadbinutils-gdb-9146585a05aa162e57d13bd2264f7dc84117c40d.tar.gz
sim: build: remove various obsolete generation dep variables
These manual settings were necessary when we weren't doing automatic header dependency tracking. That was changed a while ago, and we use automake now to do it all for us. As a result, many of these vars aren't even referenced anymore. Further, some of the source file generation (e.g. .c files, or igen, or cgen outputs) were moved to the common automake build, and it takes care of dependency tracking for us with the object files.
Diffstat (limited to 'sim/sh')
-rw-r--r--sim/sh/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/sh/Makefile.in b/sim/sh/Makefile.in
index 4bba7059ff8..1960cb1fcf4 100644
--- a/sim/sh/Makefile.in
+++ b/sim/sh/Makefile.in
@@ -21,6 +21,5 @@ SIM_OBJS = \
interp.o \
$(SIM_NEW_COMMON_OBJS) \
table.o
-SIM_EXTRA_DEPS = table.c code.c ppi.c
## COMMON_POST_CONFIG_FRAG