summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-24 15:04:03 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-24 15:04:03 +0200
commit59710c92c18d9746c7bc4b8fe576c90eca8cdd22 (patch)
tree073064eb1c821f62ba46df5e4d937cf5b2990c7c /Makefile
parenta455c92627657c8e11589a04ba7ebc1dcf248f1b (diff)
build: minor: align 'bold' cmd to the same column as 'normal'
Just a minor whitespace alignment, nothing else. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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")