Remove INCLUDE variable from some sim Makefiles
authorTom Tromey <tom@tromey.com>
Fri, 23 Apr 2021 01:51:54 +0000 (19:51 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 23 Apr 2021 01:51:55 +0000 (19:51 -0600)
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.

sim/bfin/ChangeLog
sim/bfin/Makefile.in
sim/m68hc11/ChangeLog
sim/m68hc11/Makefile.in
sim/mn10300/ChangeLog
sim/mn10300/Makefile.in
sim/v850/ChangeLog
sim/v850/Makefile.in

index 50091a508c09e133f88e7de2dd565ed80d9d9a34..d8d6d7ba68effb57af6f018cfa067f9acb0ed9f1 100644 (file)
@@ -1,3 +1,7 @@
+2021-04-22  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (INCLUDE): Remove.
+
 2021-04-22  Tom Tromey  <tom@tromey.com>
 
        * configure: Rebuild.
index 0c3e7551d4fa2288811ff762aa5cd05eca46812e..a5c16764682b1e0617505edda333803b8b4f9be6 100644 (file)
@@ -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
 
index 9f666da5de14bb92e906abde66fc8d19d96cd413..9cc11481fb74d7d5290bc140e2b5d1f1b67a1f68 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 9ebcf65c62967816e5abfb1630d31367135facdc..8a044914ed65212336e20e1e74a185955d5a25a0 100644 (file)
@@ -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
 
index 8daf6fd19c84f7f4a3c9370986141192ce7079b0..e6d119c85abb1dc77d675e2fddc22c4b97952bc3 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 07ef9d973f62ea7df16e1d705eea753fb7d04f85..9852f663ecb4423103b72203ad97cda3ceab4a8d 100644 (file)
@@ -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
 
index ed9616e1a979c66ba1882a669dd4b51405e241f9..ccf2586cb430823b2ad961090489b7033b52e3e7 100644 (file)
@@ -1,3 +1,7 @@
+2021-04-22  Tom Tromey  <tom@tromey.com>
+
+       * Makefile.in (INCLUDE): Remove.
+
 2021-04-22  Tom Tromey  <tom@tromey.com>
 
        * Makefile.in (interp.o, simops.o, semantics.o): Remove.
index 1f9d8c55c37d70f88a795d184643eef92e6ad154..3e1b40541749395c2358c38ff0e0cce495ec6134 100644 (file)
@@ -35,8 +35,6 @@ SIM_EXTRA_CFLAGS = \
        -I$(srcdir)/../../newlib/libc/sys/sysnecv850
 SIM_EXTRA_CLEAN = clean-extra
 
-INCLUDE = $(sim_main_headers) $(SIM_EXTRA_DEPS) 
-
 NL_TARGET = -DNL_TARGET_v850
 
 ## COMMON_POST_CONFIG_FRAG