tools: Regenerate Makefile.in

Signed-off-by: Martin Storsjö <martin@martin.st>
diff --git a/mingw-w64-tools/gendef/Makefile.in b/mingw-w64-tools/gendef/Makefile.in
index bf14381..4931db9 100644
--- a/mingw-w64-tools/gendef/Makefile.in
+++ b/mingw-w64-tools/gendef/Makefile.in
@@ -307,7 +307,7 @@
 gendef_SOURCES = src/gendef.h src/compat_string.h src/gendef.c src/gendef_def.c src/compat_string.c \
                  src/fsredir.c src/fsredir.h
 
-gendef_CFLAGS = $(AM_CFLAGS) -Werror -Wall -W
+gendef_CFLAGS = $(AM_CFLAGS) -Wall -W
 EXTRA_DIST = $(srcdir)/ChangeLog*
 DISTCHECK_CONFIGURE_FLAGS = --host=$(host) --with-mangle=@with_mangle@
 all: config.h
diff --git a/mingw-w64-tools/genpeimg/Makefile.in b/mingw-w64-tools/genpeimg/Makefile.in
index 2e8e492..7977385 100644
--- a/mingw-w64-tools/genpeimg/Makefile.in
+++ b/mingw-w64-tools/genpeimg/Makefile.in
@@ -296,7 +296,7 @@
 top_srcdir = @top_srcdir@
 genpeimg_SOURCES = src/img.h src/img.c src/img_pe.c src/genpeimg.c
 genpeimg_CPPFLAGS = -Isrc
-genpeimg_CFLAGS = $(AM_CFLAGS) -O3 -g -Werror -Wall -Wextra
+genpeimg_CFLAGS = $(AM_CFLAGS) -O3 -g -Wall -Wextra
 DISTCHECK_CONFIGURE_FLAGS = --host=$(host)
 all: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-am