diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 01:26:08 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 03:29:53 -0500 |
commit | f2089a69c164c789bcfd06b5eb9e0878f5520e13 (patch) | |
tree | 1bb442b2955a2d451a434da7c983d0d720478bc5 /sim/h8300/Makefile.in | |
parent | 331e61312eab8ef2412582bafc404cc107fd5e8f (diff) | |
download | gdb-f2089a69c164c789bcfd06b5eb9e0878f5520e13.zip gdb-f2089a69c164c789bcfd06b5eb9e0878f5520e13.tar.gz gdb-f2089a69c164c789bcfd06b5eb9e0878f5520e13.tar.bz2 |
sim: h8300: drop unused inst.h
We can also drop the compile.o rule since the common dep generation
logic takes care of this for us.
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r-- | sim/h8300/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index 9afbc0d..468ecc4 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -21,9 +21,3 @@ SIM_OBJS = compile.o \ $(SIM_NEW_COMMON_OBJS) ## COMMON_POST_CONFIG_FRAG - -compile.o: compile.c inst.h config.h \ - $(srcdir)/../../include/gdb/sim-h8300.h \ - $(srcdir)/../../include/opcode/h8300.h \ - $(srcdir)/../../include/gdb/remote-sim.h \ - $(srcdir)/../../include/gdb/callback.h |