Makefile.in: Update -Wno-error exceptions for move to build dir.
authorKelley Cook <kcook@gcc.gnu.org>
Tue, 5 Oct 2004 11:56:00 +0000 (11:56 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Tue, 5 Oct 2004 11:56:00 +0000 (11:56 +0000)
2004-10-05  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in: Update -Wno-error exceptions for move to build dir.

From-SVN: r88550

gcc/ChangeLog
gcc/Makefile.in

index 0c6c928307fd52e2d4d659f028a4d2a59c06e4d4..5ee903f4936eef65ac0d66d534c3d2906b54a56e 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-05  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.in: Update -Wno-error exceptions for move to build dir.
+
 2004-10-05  Chao-Ying Fu  <fu@mips.com>
            Richard Sandiford  <rsandifo@redhat.com>
 
index ec4af54889a40fc40d53ca97a947073680f64499..7bff6d5389af0cfec5c0ffd7dd5d38a53d92eb81 100644 (file)
@@ -188,12 +188,12 @@ GCC_WARN_CFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn)
 # These files are to have -Werror bypassed in stage2:
 # These are very hard to completely clean due to target complexities.
 gcc.o-warn = -Wno-error
-insn-conditions.o-warn = -Wno-error
+build/insn-conditions.o-warn = -Wno-error
 # Bison-1.75 output often yields (harmless) -Wtraditional warnings
-gengtype-yacc.o-warn = -Wno-error
+build/gengtype-yacc.o-warn = -Wno-error
 c-parse.o-warn = -Wno-error
 # flex output may yield harmless "no previous prototype" warnings
-gengtype-lex.o-warn = -Wno-error
+build/gengtype-lex.o-warn = -Wno-error
 # SYSCALLS.c misses prototypes
 SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
 # These files need -Wno-error because the gimplifier triggers hard to fix