aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2025-09-04 00:47:03 +0200
committerPaul Eggert <eggert@cs.ucla.edu>2025-09-03 18:08:53 -0700
commitdb04fc2a097b254bf9f2a3fffa399921d05a6d6c (patch)
treeb3b305136a0a9621d70541cc554a9c3a02a18519
parentmaint: avoid syntax-check failure from previous commit (diff)
downloadcoreutils-db04fc2a097b254bf9f2a3fffa399921d05a6d6c.tar.gz
coreutils-db04fc2a097b254bf9f2a3fffa399921d05a6d6c.zip
build: Update after gnulib changed
* gnulib-tests/Makefile.am: Move the AM_CFLAGS assignment before the 'include gnulib.mk'.
-rw-r--r--gnulib-tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib-tests/Makefile.am b/gnulib-tests/Makefile.am
index edaa0a726..05107d141 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.