aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-17 04:32:00 +0000
committerJoão Valverde <j@v6e.pt>2016-02-17 04:35:51 +0000
commitcb962ca3e59a709d4070267780008a32d9fb6a39 (patch)
tree5117b594f166070eaf825c637b0c852413375ae4 /Makefile.am.inc
parent707298c680cd24bcb185955d38cbcf396b6fe026 (diff)
autotools: Remove extra space from output
Change-Id: If50c6b5d15d44ed3d99a82bd0ca08f93ee059ce3 Reviewed-on: https://code.wireshark.org/review/13979 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
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@)