From 59710c92c18d9746c7bc4b8fe576c90eca8cdd22 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Wed, 24 Jul 2013 15:04:03 +0200 Subject: build: minor: align 'bold' cmd to the same column as 'normal' Just a minor whitespace alignment, nothing else. Signed-off-by: Daniel Borkmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 678ba2b..15994a6 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ VERSION_LONG = "$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)$(CONFIG_RC export VERSION PATCHLEVEL SUBLEVEL EXTRAVERSION export CROSS_COMPILE -bold = $(shell tput bold) +bold = $(shell tput bold) normal = $(shell tput sgr0) ifeq ("$(origin CROSS_COMPILE)", "command line") -- cgit v1.2.3-54-g00ecf