From cb962ca3e59a709d4070267780008a32d9fb6a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 17 Feb 2016 04:32:00 +0000 Subject: autotools: Remove extra space from output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If50c6b5d15d44ed3d99a82bd0ca08f93ee059ce3 Reviewed-on: https://code.wireshark.org/review/13979 Reviewed-by: João Valverde --- Makefile.am.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am.inc b/Makefile.am.inc index e1591a498a..2224f4f035 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -68,7 +68,7 @@ am__v_SED_0 = @echo " SED " $@; # _PYTHON is a reserved automake keyword AM_V_python = $(am__v_python_@AM_V@) am__v_python_ = $(am__v_python_@AM_DEFAULT_V@) -am__v_python_0 = @echo " PYTHON " $@; +am__v_python_0 = @echo " PYTHON " $@; AM_V_YACC = $(am__v_YACC_@AM_V@) am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) -- cgit v1.2.3