Commit a41021ce by H.J. Lu

Add a missing `\'.

2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>

	PR bootstrap/44315
	* Makefile.in (build/gencondmd.o): Add a missing `\'.

From-SVN: r160029
parent bbd07239
2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/44315
* Makefile.in (build/gencondmd.o): Add a missing `\'.
2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/44261
......@@ -31,6 +36,7 @@
2010-05-29 Mike Stump <mikestump@comcast.net>
PR bootstrap/44315
* Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
TM_H when building to avoid dependency loops.
......
......@@ -3748,7 +3748,7 @@ 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 :
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) \
......
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