Part of previous move of remote-sim.h to ../include
This commit is contained in:
parent
48ae80573e
commit
dbb0b55caa
1 changed files with 3 additions and 2 deletions
|
@ -378,9 +378,10 @@ floatformat_h = $(INCLUDE_DIR)/floatformat.h
|
||||||
bfd_h = $(BFD_DIR)/bfd.h
|
bfd_h = $(BFD_DIR)/bfd.h
|
||||||
wait_h = $(INCLUDE_DIR)/wait.h
|
wait_h = $(INCLUDE_DIR)/wait.h
|
||||||
dis-asm_h = $(INCLUDE_DIR)/dis-asm.h
|
dis-asm_h = $(INCLUDE_DIR)/dis-asm.h
|
||||||
|
remote-sim_h = $(INCLUDE_DIR)/remote-sim.h
|
||||||
|
|
||||||
dcache_h = dcache.h
|
dcache_h = dcache.h
|
||||||
remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h remote-sim.h
|
remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h)
|
||||||
|
|
||||||
readline_headers = \
|
readline_headers = \
|
||||||
$(READLINE_SRC)/chardefs.h \
|
$(READLINE_SRC)/chardefs.h \
|
||||||
|
@ -432,7 +433,7 @@ HFILES_NO_SRCDIR = bcache.h buildsym.h call-cmds.h coff-solib.h defs.h \
|
||||||
vx-share/dbgRpcLib.h vx-share/ptrace.h vx-share/vxTypes.h \
|
vx-share/dbgRpcLib.h vx-share/ptrace.h vx-share/vxTypes.h \
|
||||||
vx-share/vxWorks.h vx-share/wait.h vx-share/xdr_ld.h \
|
vx-share/vxWorks.h vx-share/wait.h vx-share/xdr_ld.h \
|
||||||
vx-share/xdr_ptrace.h vx-share/xdr_rdb.h gdbthread.h \
|
vx-share/xdr_ptrace.h vx-share/xdr_rdb.h gdbthread.h \
|
||||||
dcache.h remote-utils.h remote-sim.h top.h somsolib.h
|
dcache.h remote-utils.h top.h somsolib.h
|
||||||
|
|
||||||
# Header files that already have srcdir in them, or which are in objdir.
|
# Header files that already have srcdir in them, or which are in objdir.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue