diff options
author | Tom Tromey <tom@tromey.com> | 2021-04-22 19:51:54 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-04-22 19:51:55 -0600 |
commit | d6581fcd69a8e248db054fdad57b92b024bb9db0 (patch) | |
tree | 1de11ddb70726ee3aaa37952b4389915afd1006e /sim/m68hc11 | |
parent | e7d8f1da7116cd7d0ff0b7c363240d86e164fd7e (diff) | |
download | binutils-d6581fcd69a8e248db054fdad57b92b024bb9db0.zip binutils-d6581fcd69a8e248db054fdad57b92b024bb9db0.tar.gz binutils-d6581fcd69a8e248db054fdad57b92b024bb9db0.tar.bz2 |
Remove INCLUDE variable from some sim Makefiles
Some Makefiles in sim define INCLUDE but don't use it. This removes
these instances.
sim/bfin/ChangeLog
2021-04-22 Tom Tromey <tom@tromey.com>
* Makefile.in (INCLUDE): Remove.
sim/m68hc11/ChangeLog
2021-04-22 Tom Tromey <tom@tromey.com>
* Makefile.in (INCLUDE): Remove.
sim/mn10300/ChangeLog
2021-04-22 Tom Tromey <tom@tromey.com>
* Makefile.in (INCLUDE): Remove.
sim/v850/ChangeLog
2021-04-22 Tom Tromey <tom@tromey.com>
* Makefile.in (INCLUDE): Remove.
Diffstat (limited to 'sim/m68hc11')
-rw-r--r-- | sim/m68hc11/ChangeLog | 4 | ||||
-rw-r--r-- | sim/m68hc11/Makefile.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 9f666da..9cc1148 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,5 +1,9 @@ 2021-04-22 Tom Tromey <tom@tromey.com> + * Makefile.in (INCLUDE): Remove. + +2021-04-22 Tom Tromey <tom@tromey.com> + * Makefile.in (interp.o): Remove. 2021-04-22 Tom Tromey <tom@tromey.com> diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index 9ebcf65..8a04491 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -36,9 +36,6 @@ SIM_EXTRA_CFLAGS = -DWITH_TARGET_WORD_BITSIZE=32 \ -DWITH_TARGET_WORD_MSB=31 SIM_EXTRA_CLEAN = clean-extra -INCLUDE = $(srcdir)/../../include/gdb/callback.h \ - interrupts.h sim-main.h - ## COMMON_POST_CONFIG_FRAG |