]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: build: remove various obsolete generation dep variables
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Nov 2022 13:26:01 +0000 (20:26 +0700)
committerMike Frysinger <vapier@gentoo.org>
Fri, 4 Nov 2022 06:58:42 +0000 (13:58 +0700)
commit9146585a05aa162e57d13bd2264f7dc84117c40d
tree5536cff656d0cb2058f4b2e43f77c59548c9af2a
parentc55c1f6e9d7bcc400bc23a0e29ac9e2681ed4c31
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.
13 files changed:
sim/bpf/Makefile.in
sim/common/Make-common.in
sim/cr16/Makefile.in
sim/cris/Makefile.in
sim/d10v/Makefile.in
sim/frv/Makefile.in
sim/iq2000/Makefile.in
sim/lm32/Makefile.in
sim/m32r/Makefile.in
sim/mn10300/Makefile.in
sim/or1k/Makefile.in
sim/sh/Makefile.in
sim/v850/Makefile.in