This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][4.2] Add OPTABS_H dependency to targhooks.o


Mike has done this on the trunk last year.  Applied as obvious.

Richard.

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 129796)
+++ ChangeLog	(working copy)
@@ -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: Makefile.in
===================================================================
--- Makefile.in	(revision 129796)
+++ Makefile.in	(working copy)
@@ -2141,7 +2141,8 @@ opts-common.o : opts-common.c opts.h $(C
    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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]