From 63e657e877257cff2e198e21c53c035b2f2c525e Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Mon, 12 May 2025 11:50:25 +0100 Subject: [PATCH] maint: avoid sc_GPL_version failure * cfg.mk (VC_LIST_ALWAYS_EXCLUDE_REGEX): Exclude longlong.h also. --- cfg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 2032fcdfa2..94bd46441f 100644 --- a/cfg.mk +++ b/cfg.mk @@ -22,7 +22,7 @@ manual_title = Core GNU utilities url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE) # Exclude bundled external projects from syntax checks -VC_LIST_ALWAYS_EXCLUDE_REGEX = src/blake2/.*$$ +VC_LIST_ALWAYS_EXCLUDE_REGEX = src/(blake2/.*|longlong.h)$$ # Tests not to run as part of "make distcheck". local-checks-to-skip = \ -- 2.47.3