From: H.J. Lu Date: Sat, 29 May 2010 15:05:30 +0000 (-0700) Subject: Add a missing `\'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a41021ce408363d28bc1b7fe79966f2b99f9304c;p=gcc.git Add a missing `\'. 2010-05-29 H.J. Lu PR bootstrap/44315 * Makefile.in (build/gencondmd.o): Add a missing `\'. From-SVN: r160029 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ac55b6fdb4..82d9c19162e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-29 H.J. Lu + + PR bootstrap/44315 + * Makefile.in (build/gencondmd.o): Add a missing `\'. + 2010-05-29 John David Anglin PR target/44261 @@ -31,6 +36,7 @@ 2010-05-29 Mike Stump + PR bootstrap/44315 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of TM_H when building to avoid dependency loops. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 344062bbd4b..cb432cb7185 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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) \