diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-06-29 17:19:47 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-06-29 17:19:47 +0000 |
commit | 8f113c9aba96814115964c91ee2d68656df89c02 (patch) | |
tree | c704a15c9746adf701176c4cf0b22d7c5d559d97 /gdb/Makefile.in | |
parent | 5b9b7d81090bd69cb9f5f9c2325a4dcc8fb0764f (diff) | |
download | gdb-8f113c9aba96814115964c91ee2d68656df89c02.zip gdb-8f113c9aba96814115964c91ee2d68656df89c02.tar.gz gdb-8f113c9aba96814115964c91ee2d68656df89c02.tar.bz2 |
* Makefile.in (gdb_callback_h): Renamed from callback_h to the
name actually used in the dependency lists.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index db0a919..156ae89 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -561,7 +561,6 @@ aout_stabs_gnu_h = $(INCLUDE_DIR)/aout/stabs_gnu.h getopt_h = $(INCLUDE_DIR)/getopt.h floatformat_h = $(INCLUDE_DIR)/floatformat.h bfd_h = $(BFD_DIR)/bfd.h -callback_h = $(INCLUDE_DIR)/gdb/callback.h coff_sym_h = $(INCLUDE_DIR)/coff/sym.h coff_symconst_h = $(INCLUDE_DIR)/coff/symconst.h coff_ecoff_h = $(INCLUDE_DIR)/coff/ecoff.h @@ -583,6 +582,7 @@ readline_tilde_h = $(READLINE_SRC)/tilde.h readline_history_h = $(READLINE_SRC)/history.h frv_desc_h = $(OPCODES_SRC)/frv-desc.h sh_opc_h = $(OPCODES_SRC)/sh-opc.h +gdb_callback_h = $(INCLUDE_DIR)/gdb/callback.h gdb_sim_arm_h = $(INCLUDE_DIR)/gdb/sim-arm.h gdb_sim_d10v_h = $(INCLUDE_DIR)/gdb/sim-d10v.h gdb_sim_frv_h = $(INCLUDE_DIR)/gdb/sim-frv.h |