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/bfin | |
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/bfin')
-rw-r--r-- | sim/bfin/ChangeLog | 4 | ||||
-rw-r--r-- | sim/bfin/Makefile.in | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 50091a5..d8d6d7b 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/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> + * configure: Rebuild. 2021-04-21 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index 0c3e755..a5c1676 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -29,8 +29,6 @@ SIM_OBJS = \ machs.o \ sim-resume.o -INCLUDE = bfin-sim.h - SIM_EXTRA_CFLAGS = @SDL_CFLAGS@ SIM_EXTRA_LIBS = @SDL_LIBS@ -lm |