From 4a3e62cd54215864604292bb1a8708f34a4cc581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=94=D0=BE=D0=BD=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Sun, 24 Aug 2014 23:34:00 +0400 Subject: Don't show the echo/python command lines when making plugin.c For consistency with epan/dissectors/Makefile.am. Also, remove the "with python" parts, since that's the only option now. Change-Id: I761e1bf7995c1cc1ebd790013181fd6116b289a1 Reviewed-on: https://code.wireshark.org/review/3925 Reviewed-by: Evan Huus Petri-Dish: Evan Huus Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice --- plugins/unistim/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/unistim') diff --git a/plugins/unistim/Makefile.am b/plugins/unistim/Makefile.am index 44eb3c3528..5eacf9d773 100644 --- a/plugins/unistim/Makefile.am +++ b/plugins/unistim/Makefile.am @@ -78,9 +78,10 @@ LIBS = # All subsequent arguments are the files to scan. # plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py - echo Making plugin.c with python ; \ - $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \ - plugin $(REGISTER_SRC_FILES) ; + @echo Making plugin.c + @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \ + plugin $(REGISTER_SRC_FILES) + # # Currently plugin.c can be included in the distribution because # we always build all protocol dissectors. We used to have to check -- cgit v1.2.1