summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")