common.mak: fix typo and remove blank line at the EOF

Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Steffen Eiden <seiden@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2023-01-19 17:01:17 +00:00
committed by Jan Höppner
parent 7c24855ba1
commit 4aa5534f1d
+1 -2
View File
@@ -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