tools: Regenerate Makefile.in

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2024-02-08 15:21:44 +02:00
parent 3507c491c3
commit 986e0ba679
2 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ AM_CPPFLAGS = @GENDEF_CPPFLAGS@
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

View File

@ -296,7 +296,7 @@ top_builddir = @top_builddir@
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