]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: Update after gnulib changed
authorBruno Haible <bruno@clisp.org>
Wed, 3 Sep 2025 22:47:03 +0000 (00:47 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Sep 2025 01:08:53 +0000 (18:08 -0700)
* gnulib-tests/Makefile.am: Move the AM_CFLAGS assignment before the
'include gnulib.mk'.

gnulib-tests/Makefile.am

index edaa0a72697aad0279acae69a2181d4895b2d68e..05107d14188fe0f7dcf2eb562db15b98a9e3829e 100644 (file)
@@ -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.