configure: Stop make displaying COMMENT lines...

This commit is contained in:
Andrew Johnson
2011-06-10 16:21:52 -05:00
parent 5343b836b8
commit dafb7d5d4c

View File

@@ -83,7 +83,7 @@ COMMON_DIR = ../O.Common
#-------------------------------------------------------
# Make echo output - suppress echoing if make's '-s' flag is set
COMMENT = \#
ECHO = $(if $(findstring s,$(MAKEFLAGS)),$(COMMENT),@echo)
ECHO = @$(if $(findstring s,$(MAKEFLAGS)),$(COMMENT),echo)
#-------------------------------------------------------
ifdef T_A