From dbb0b55caad76613c5b5cc3ef2434704acd8c89e Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 17 Mar 1997 14:40:22 +0000 Subject: [PATCH] Part of previous move of remote-sim.h to ../include --- gdb/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f24485d202..9e86d0af5f 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.