From 00de38e531f55ca095910e655a0666ccb33fb6f6 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 5 Dec 2024 15:16:43 +0800 Subject: Fix and sort variables in Makefiles Fix variables in Makefiles: 1. There is a tab, not a space, between "variable" and =, +=, :=. 2. The last entry doesn't have a trailing \. and sort them. Signed-off-by: H.J. Lu --- catgets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catgets/Makefile') diff --git a/catgets/Makefile b/catgets/Makefile index 40c65ea..b9e734d 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -22,7 +22,7 @@ subdir := catgets include ../Makeconfig -headers = \ +headers = \ nl_types.h \ # headers routines = \ -- cgit v1.1