* Makefile.in (autoconf-install): New target.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index f24485d2029e470337b25e0b51150736d0fa6263..9e86d0af5fbde59654dffd81bb1ae928e631df5e 100644 (file)
@@ -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.
 
This page took 0.023347 seconds and 4 git commands to generate.