From 4543d23dcf669187e818453811d107f37a4829ef Mon Sep 17 00:00:00 2001 From: Steffen Eiden Date: Fri, 10 Jun 2022 14:53:47 +0200 Subject: [PATCH] Makefile: remove trailing whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Steffen Eiden Reviewed-by: Marc Hartmayer Reviewed-by: Alexander Egorenkov Signed-off-by: Jan Höppner --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ac80615..68e625c6 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ endif # # We have to build the base libraries before the other libraries are built, -# and then build the other libraries before the tools are built. Otherwise the +# and then build the other libraries before the tools are built. Otherwise the # other libraries and tools would trigger parallel "make -C" builds for the # base libraries and the other libraries in case of "make -j". #