diff options
| author | Bruno Haible <bruno@clisp.org> | 2025-09-04 00:47:03 +0200 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2025-09-03 18:08:53 -0700 |
| commit | db04fc2a097b254bf9f2a3fffa399921d05a6d6c (patch) | |
| tree | b3b305136a0a9621d70541cc554a9c3a02a18519 | |
| parent | maint: avoid syntax-check failure from previous commit (diff) | |
| download | coreutils-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.am | 4 |
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. |
