build: Update after gnulib changed

* gnulib-tests/Makefile.am: Move the AM_CFLAGS assignment before the
'include gnulib.mk'.
This commit is contained in:
Bruno Haible 2025-09-04 00:47:03 +02:00 committed by Paul Eggert
parent 8f6430666f
commit db04fc2a09

View File

@ -1,7 +1,7 @@
include gnulib.mk
AM_CFLAGS = $(GNULIB_TEST_WARN_CFLAGS) $(WERROR_CFLAGS) AM_CFLAGS = $(GNULIB_TEST_WARN_CFLAGS) $(WERROR_CFLAGS)
include gnulib.mk
# A few tests are inherently warning-evoking. # A few tests are inherently warning-evoking.
# In the typical case where we use -Werror, exempt the few offenders. # In the typical case where we use -Werror, exempt the few offenders.