* Makefile.in (gdb_callback_h): Renamed from callback_h to the
authorJim Blandy <jimb@codesourcery.com>
Tue, 29 Jun 2004 17:19:47 +0000 (17:19 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 29 Jun 2004 17:19:47 +0000 (17:19 +0000)
name actually used in the dependency lists.

gdb/ChangeLog
gdb/Makefile.in

index 594213f2b7972424d27e4d8c3d0afa6d7148f488..db5cd44027c318aaf3f5b3aca40fdffd0a5c62cf 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-29  Jim Blandy  <jimb@redhat.com>
+
+       * Makefile.in (gdb_callback_h): Renamed from callback_h to the
+       name actually used in the dependency lists.
+
 2004-06-29  Randolph Chung  <tausq@debian.org>
 
        * NEWS (New native configurations): Mention GNU/Linux/hppa.
index db0a919009177f6df944099eb9ee2dc206a4dbb7..156ae89be0716b6327fecc15340c9793255f94e2 100644 (file)
@@ -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