OSDN Git Service

* Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2010 08:46:01 +0000 (08:46 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 May 2010 08:46:01 +0000 (08:46 +0000)
TM_H when building to avoid dependency loops.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160020 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index aed4492..2e19606 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-29  Mike Stump  <mikestump@comcast.net>
+
+       * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
+       TM_H when building to avoid dependency loops.
+
 2010-05-29  Jan Hubicka  <jh@suse.cz>
 
        * cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body;
index bc48226..344062b 100644 (file)
@@ -3748,6 +3748,8 @@ build/rtl.o: rtl.c $(BCONFIG_H) coretypes.h $(GTM_H) $(SYSTEM_H)  \
   $(RTL_H) $(GGC_H) errors.h
 build/vec.o : vec.c $(BCONFIG_H) $(SYSTEM_H) coretypes.h $(VEC_H)      \
    $(GGC_H) $(TOPLEV_H)
+build/gencondmd.o :
+   TM_H := $(GTM_H)
 build/gencondmd.o : build/gencondmd.c $(BCONFIG_H) $(SYSTEM_H)         \
   coretypes.h $(GTM_H) insn-constants.h $(RTL_H) $(TM_P_H)             \
   $(FUNCTION_H) $(REGS_H) $(RECOG_H) output.h $(FLAGS_H)               \