diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-03-17 14:40:22 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-03-17 14:40:22 +0000 |
commit | dbb0b55caad76613c5b5cc3ef2434704acd8c89e (patch) | |
tree | afa163ef167e1a189180238e5741dff6f78157e6 /gdb/Makefile.in | |
parent | 48ae80573e73e0a7fcbf435d089f90e803b3a088 (diff) | |
download | gdb-dbb0b55caad76613c5b5cc3ef2434704acd8c89e.zip gdb-dbb0b55caad76613c5b5cc3ef2434704acd8c89e.tar.gz gdb-dbb0b55caad76613c5b5cc3ef2434704acd8c89e.tar.bz2 |
Part of previous move of remote-sim.h to ../include
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f24485d..9e86d0a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -378,9 +378,10 @@ floatformat_h = $(INCLUDE_DIR)/floatformat.h bfd_h = $(BFD_DIR)/bfd.h wait_h = $(INCLUDE_DIR)/wait.h dis-asm_h = $(INCLUDE_DIR)/dis-asm.h +remote-sim_h = $(INCLUDE_DIR)/remote-sim.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_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/vxWorks.h vx-share/wait.h vx-share/xdr_ld.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. |