From: Bruno Haible Date: Wed, 3 Sep 2025 22:47:03 +0000 (+0200) Subject: build: Update after gnulib changed X-Git-Tag: v9.8~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db04fc2a097b254bf9f2a3fffa399921d05a6d6c;p=thirdparty%2Fcoreutils.git build: Update after gnulib changed * gnulib-tests/Makefile.am: Move the AM_CFLAGS assignment before the 'include gnulib.mk'. --- 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.