From: Attila Nagy Date: Wed, 16 Mar 2011 10:56:52 +0000 (+0200) Subject: Remove echoing in obj_int_extract rule X-Git-Tag: v0.9.7~264 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=346b3e7ce916d3bb99fa9e5551f2c44394af565c;p=libvpx Remove echoing in obj_int_extract rule Change-Id: I9965170b40e2f32e9d84895c33a529b0d7dacdc1 --- diff --git a/build/make/Makefile b/build/make/Makefile index 5e3c904d9..5c90463be 100755 --- a/build/make/Makefile +++ b/build/make/Makefile @@ -152,7 +152,7 @@ endif # Rule to extract assembly constants from C sources # obj_int_extract: build/make/obj_int_extract.c - $(if $(quiet),echo " [HOSTCC] $@") + $(if $(quiet),@echo " [HOSTCC] $@") $(qexec)$(HOSTCC) -I. -I$(SRC_PATH_BARE) -o $@ $< CLEAN-OBJS += obj_int_extract