diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-24 15:04:03 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-24 15:04:03 +0200 |
commit | 59710c92c18d9746c7bc4b8fe576c90eca8cdd22 (patch) | |
tree | 073064eb1c821f62ba46df5e4d937cf5b2990c7c | |
parent | a455c92627657c8e11589a04ba7ebc1dcf248f1b (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>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |