Makefile.autotools.in: remove extra newlines in MESSAGE macro

This commit is contained in:
Peter Korsgaard 2008-08-04 19:08:48 +00:00
parent ddd73e012c
commit a87d82081d

View File

@ -110,9 +110,7 @@ INFLATE.tgz = $(ZCAT)
INFLATE.tar = cat
# MESSAGE Macro -- display a message in bold type
MESSAGE = @echo $(TERM_BOLD); \
echo ">>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)"; \
echo $(TERM_RESET)
MESSAGE = @echo "$(TERM_BOLD)>>> $($(PKG)_NAME) $($(PKG)_VERSION) $(1)$(TERM_RESET)"
TERM_BOLD = #$(shell tput bold)
TERM_RESET = #$(shell tput rmso)