diff options
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r-- | package/Makefile.autotools.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index 6d62c047a..2e5d16606 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -114,8 +114,8 @@ INFLATE.tar = cat # MESSAGE Macro -- display a message in bold type MESSAGE = @echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)" -TERM_BOLD = #$(shell tput bold) -TERM_RESET = #$(shell tput rmso) +TERM_BOLD := $(shell tput smso) +TERM_RESET := $(shell tput rmso) # Utility programs used to build packages TAR ?= tar |