configure: Remove T_A=* from MAKEFLAGS before findstring s in ECHO def.

This commit is contained in:
Janet Anderson
2011-08-09 11:39:00 -05:00
parent bc4a7854ec
commit d286a81ef0

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,$(patsubst T_A=%,,$(MAKEFLAGS))),$(COMMENT),echo)
#-------------------------------------------------------
ifdef T_A