Add a missing `\'.
authorH.J. Lu <hjl@gcc.gnu.org>
Sat, 29 May 2010 15:05:30 +0000 (08:05 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Sat, 29 May 2010 15:05:30 +0000 (08:05 -0700)
2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r160029

gcc/ChangeLog
gcc/Makefile.in

index 5ac55b6fdb46a6b84ee44099bbe3095a8a54f448..82d9c19162eb05cfb3a217620b8667c4e4582959 100644 (file)
@@ -1,3 +1,8 @@
+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.
 
index 344062bbd4b88cdef157b5228a305b6bb9cc77dc..cb432cb71854776be47574f4f8ddaeaf0c840018 100644 (file)
@@ -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)             \