Makefile.autotools.in: remove extra newlines in MESSAGE macro
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:48 +0000 (19:08 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:48 +0000 (19:08 -0000)
package/Makefile.autotools.in

index 07bb32d4770ab7874e53a3ba638825d8d6f897af..266fd5ec2ec59803f1ba05e8ce6d7cf89ae2acb2 100644 (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)