From: Richard Guenther Date: Wed, 31 Oct 2007 16:32:06 +0000 (+0000) Subject: Makefile.in (targhooks.o): Add $(OPTABS_H) dependency. X-Git-Tag: prereleases/gcc-4.2.3-rc1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca302abfa568463b1a9f466c30d0bcbb24468812;p=thirdparty%2Fgcc.git Makefile.in (targhooks.o): Add $(OPTABS_H) dependency. 2007-10-31 Richard Guenther * Makefile.in (targhooks.o): Add $(OPTABS_H) dependency. From-SVN: r129802 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f86efd8f4197..eab0ae0096e3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-10-31 Richard Guenther + + * Makefile.in (targhooks.o): Add $(OPTABS_H) dependency. + 2007-10-29 Ian Lance Taylor * ifcvt.c (noce_can_store_speculate_p): New static function. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 38f1871875bf..78eff8f9f34c 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2141,7 +2141,8 @@ opts-common.o : opts-common.c opts.h $(CONFIG_H) $(SYSTEM_H) \ coretypes.h intl.h targhooks.o : targhooks.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TREE_H) \ $(EXPR_H) $(TM_H) $(RTL_H) $(TM_P_H) $(FUNCTION_H) output.h toplev.h \ - $(MACHMODE_H) $(TARGET_DEF_H) $(TARGET_H) $(GGC_H) gt-targhooks.h + $(MACHMODE_H) $(TARGET_DEF_H) $(TARGET_H) $(GGC_H) gt-targhooks.h \ + $(OPTABS_H) toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \ version.h $(RTL_H) $(FUNCTION_H) $(FLAGS_H) xcoffout.h input.h \