From d179485eefe50da9d21abdd392cffd865e369509 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 9 Oct 2023 09:22:29 +0200 Subject: release.sh: update version in GNUMakefile The version is no longer present in Makefile which has been preserved for explicit error reporting with non-GNU make versions. Update the version in GNUMakefile instead. Fixes: d725defa07b5 ("mk: deprecate BSD make in favor of GNU make") Reported-by: Anton Mosich Signed-off-by: Robin Jarry Acked-by: Moritz Poldrack --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 6a5a6ddf..7c5d55d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ indent_style = tab max_line_length = 80 tab_width = 8 -[Makefile] +[*Makefile] indent_style = tab [**.scd] -- cgit