aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKelley Cook <kelleycook@wideopenwest.org>2003-07-03 15:11:05 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2003-07-03 11:11:05 -0400
commit58eabcb1e9b9e16550757ba6b744148d20a7457f (patch)
treecc72c250ba4c8a6e0eb2668bd0017ca7682b04f1 /gcc
parent304d79dc0ae7ff3ca72602f5eb30e066eaa44f63 (diff)
downloadgcc-58eabcb1e9b9e16550757ba6b744148d20a7457f.zip
gcc-58eabcb1e9b9e16550757ba6b744148d20a7457f.tar.gz
gcc-58eabcb1e9b9e16550757ba6b744148d20a7457f.tar.bz2
Makefile.in (ifcvt.o): Depend on OPTABS_H.
2003-07-03 Kelley Cook <kelleycook@wideopenwest.org> * Makefile.in (ifcvt.o): Depend on OPTABS_H. From-SVN: r68885
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b585dde..b80c6b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-03 Kelley Cook <kelleycook@wideopenwest.org>
+
+ * Makefile.in (ifcvt.o): Depend on OPTABS_H.
+
2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* config/mips/mips.h (save_argv): Delete.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 4d12af5..81a05fc 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1795,7 +1795,7 @@ regrename.o : regrename.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
resource.h $(OBSTACK_H) flags.h $(TM_P_H)
ifcvt.o : ifcvt.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) \
$(REGS_H) toplev.h flags.h insn-config.h function.h $(RECOG_H) \
- $(BASIC_BLOCK_H) $(EXPR_H) output.h except.h $(TM_P_H) real.h optabs.h
+ $(BASIC_BLOCK_H) $(EXPR_H) output.h except.h $(TM_P_H) real.h $(OPTABS_H)
params.o : params.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(PARAMS_H) toplev.h
hooks.o: hooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(HOOKS_H)