diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-09-09 11:33:00 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-09 05:33:00 -0600 |
commit | e61fab197fc97f4623967f2d28153b9de9298b30 (patch) | |
tree | 23ca226be42a8216614cb1baa100497d165b7d1a | |
parent | 2adad6e7ce7f02d3bd5d3cda20b69ee9a20c82bc (diff) | |
download | gcc-e61fab197fc97f4623967f2d28153b9de9298b30.zip gcc-e61fab197fc97f4623967f2d28153b9de9298b30.tar.gz gcc-e61fab197fc97f4623967f2d28153b9de9298b30.tar.bz2 |
* Makefile.in (profile.o): Depend on insn-config.h
From-SVN: r22351
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c8fa0d4..72fb86a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 9 12:31:35 1998 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (profile.o): Depend on insn-config.h + Wed Sep 9 09:36:51 1998 Jim Wilson <wilson@cygnus.com> * iris6.h (DWARF2_UNWIND_INFO): Undef. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 50a959e..baf9503 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1469,7 +1469,7 @@ cse.o : cse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h \ gcse.o : gcse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h \ real.h insn-config.h $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H) output.h profile.o : profile.c $(CONFIG_H) system.h $(RTL_H) flags.h insn-flags.h \ - gcov-io.h $(TREE_H) output.h $(REGS_H) toplev.h + gcov-io.h $(TREE_H) output.h $(REGS_H) toplev.h insn-config.h loop.o : loop.c $(CONFIG_H) system.h $(RTL_H) flags.h loop.h insn-config.h \ insn-flags.h $(REGS_H) hard-reg-set.h $(RECOG_H) $(EXPR_H) real.h \ toplev.h |