From 4aa5534f1de80259c3790d4f6b2369426e0c4531 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Thu, 19 Jan 2023 17:01:17 +0000 Subject: [PATCH] common.mak: fix typo and remove blank line at the EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Stefan Haberland Reviewed-by: Steffen Eiden Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- common.mak | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common.mak b/common.mak index 9df37597..76408251 100644 --- a/common.mak +++ b/common.mak @@ -261,7 +261,7 @@ else NO_PIE_LDFLAGS := endif -# Overwrite implicite makefile rules for having nice compile output +# Overwrite implicit makefile rules for having nice compile output %.o: %.c ifeq ("${C}","1") $(CHECKTOOL) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@ @@ -418,4 +418,3 @@ clean_dep: clean: clean_echo clean_gcov clean_dep endif -