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/mn10300/Makefile.in | |
parent | e7d8f1da7116cd7d0ff0b7c363240d86e164fd7e (diff) | |
download | gdb-d6581fcd69a8e248db054fdad57b92b024bb9db0.zip gdb-d6581fcd69a8e248db054fdad57b92b024bb9db0.tar.gz gdb-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/mn10300/Makefile.in')
-rw-r--r-- | sim/mn10300/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/mn10300/Makefile.in b/sim/mn10300/Makefile.in index 07ef9d9..9852f66 100644 --- a/sim/mn10300/Makefile.in +++ b/sim/mn10300/Makefile.in @@ -32,8 +32,6 @@ SIM_EXTRA_DEPS = mn10300_sim.h itable.h idecode.h # Select mn10300 support in nltvals.def. NL_TARGET = -DNL_TARGET_mn10300 -INCLUDE = mn10300_sim.h $(srcdir)/../../include/gdb/callback.h - # List of extra flags to always pass to $(CC). SIM_EXTRA_CFLAGS = -DPOLL_QUIT_INTERVAL=0x20 |