From db04fc2a097b254bf9f2a3fffa399921d05a6d6c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 4 Sep 2025 00:47:03 +0200 Subject: [PATCH] build: Update after gnulib changed * gnulib-tests/Makefile.am: Move the AM_CFLAGS assignment before the 'include gnulib.mk'. --- gnulib-tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnulib-tests/Makefile.am b/gnulib-tests/Makefile.am index edaa0a7269..05107d1418 100644 --- a/gnulib-tests/Makefile.am +++ b/gnulib-tests/Makefile.am @@ -1,7 +1,7 @@ -include gnulib.mk - AM_CFLAGS = $(GNULIB_TEST_WARN_CFLAGS) $(WERROR_CFLAGS) +include gnulib.mk + # A few tests are inherently warning-evoking. # In the typical case where we use -Werror, exempt the few offenders. -- 2.47.3