summaryrefslogtreecommitdiff
path: root/plugins/unistim
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2014-08-24 23:34:00 +0400
committerGraham Bloice <graham.bloice@trihedral.com>2014-08-31 22:14:54 +0000
commit4a3e62cd54215864604292bb1a8708f34a4cc581 (patch)
treeefbf4f813d9295537fa1ce1e1fe46669c04f08ff /plugins/unistim
parent95cd6b76bdf0230b60d82bc3dff8f3387b7ac8cc (diff)
downloadwireshark-4a3e62cd54215864604292bb1a8708f34a4cc581.tar.gz
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 <eapache@gmail.com> Petri-Dish: Evan Huus <eapache@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/Makefile.am7
1 files changed, 4 insertions, 3 deletions
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