* Makefile.in (sdbout.o): Add insn-codes.h to dependency.
authorH.J. Lu <hjl@gnu.org>
Sun, 21 Jun 1998 19:58:40 +0000 (19:58 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 21 Jun 1998 19:58:40 +0000 (13:58 -0600)
From-SVN: r20644

gcc/ChangeLog
gcc/Makefile.in

index f864cb7..4a7a6c4 100644 (file)
@@ -6,6 +6,8 @@ Sun Jun 21 18:56:44 1998  Jeffrey A Law  (law@cygnus.com)
 
 Sun Jun 21 18:30:13 1998  H.J. Lu  (hjl@gnu.org)
 
+       * Makefile.in (sdbout.o): Add insn-codes.h to dependency.
+
        * global.c: Include machmode.h amd move hard-reg-set.h before
        rtl.h.
 
index b3e7d96..3843e97 100644 (file)
@@ -1398,7 +1398,7 @@ dbxout.o : dbxout.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) flags.h regs.h \
    toplev.h
 sdbout.o : sdbout.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) flags.h except.h \
    function.h expr.h output.h hard-reg-set.h regs.h defaults.h real.h \
-   insn-config.h obstack.h xcoffout.h c-pragma.h sdbout.h
+   insn-config.h obstack.h xcoffout.h c-pragma.h sdbout.h insn-codes.h
 dwarfout.o : dwarfout.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) dwarf.h \
    flags.h insn-config.h reload.h output.h defaults.h toplev.h dwarfout.h
 dwarf2out.o : dwarf2out.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) dwarf2.h \