aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>2000-04-07 14:37:56 -0700
committerRichard Henderson <rth@gcc.gnu.org>2000-04-07 14:37:56 -0700
commit03492bae5961b6a1b04327364a491f2302ee9a46 (patch)
treed8fc75401c71735347695bfda691eabb95482e5e
parentf787c583ae1966a61ae9e1e8b5645ec5834de1ac (diff)
downloadgcc-03492bae5961b6a1b04327364a491f2302ee9a46.zip
gcc-03492bae5961b6a1b04327364a491f2302ee9a46.tar.gz
gcc-03492bae5961b6a1b04327364a491f2302ee9a46.tar.bz2
Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H) not the raw files.
* Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H) not the raw files. From-SVN: r33009
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index be0f998..a07aed9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-07 Richard Henderson <rth@cygnus.com>
+
+ * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
+ not the raw files.
+
2000-04-07 Zack Weinberg <zack@wolery.cumb.org>
* cpplib.c (do_elif): Skip the rest of the line if we're
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index e839fa6..dbc558f 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1592,8 +1592,8 @@ lcm.o : lcm.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h \
real.h insn-config.h insn-attr.h $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H)
ssa.o : ssa.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) $(BASIC_BLOCK_H) \
output.h insn-config.h
-conflict.o : conflict.c $(CONFIG_H) $(OBSTACK_H) $(HASHTAB_H) \
- rtl.h basic-block.h
+conflict.o : conflict.c $(CONFIG_H) system.h $(OBSTACK_H) $(HASHTAB_H) \
+ $(RTL_H) $(BASIC_BLOCK_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 function.h insn-config.h \
$(GGC_H)