Commit d03a97e1 by Mike Stump Committed by Mike Stump

Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of TM_H when…

Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of TM_H when building to avoid dependency loops.

	* Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
	TM_H when building to avoid dependency loops.

From-SVN: r160020
parent f0c418dc
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;
......
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment