]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (targhooks.o): Add $(OPTABS_H) dependency.
authorRichard Guenther <rguenther@suse.de>
Wed, 31 Oct 2007 16:32:06 +0000 (16:32 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 31 Oct 2007 16:32:06 +0000 (16:32 +0000)
2007-10-31  Richard Guenther  <rguenther@suse.de>

        * Makefile.in (targhooks.o): Add $(OPTABS_H) dependency.

From-SVN: r129802

gcc/ChangeLog
gcc/Makefile.in

index f86efd8f419768a85de96da88a868b9a593dbd22..eab0ae0096e38490ab9987fccd23760b108c17cf 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-31  Richard Guenther  <rguenther@suse.de>
+
+       * Makefile.in (targhooks.o): Add $(OPTABS_H) dependency.
+
 2007-10-29  Ian Lance Taylor  <iant@google.com>
 
        * ifcvt.c (noce_can_store_speculate_p): New static function.
index 38f1871875bfd2d4e46723008b350ab4efd6c53e..78eff8f9f34c8a6fcb4861c80d755162ba700959 100644 (file)
@@ -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 \