summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-13 20:30:25 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-14 00:32:42 +0000
commite99bbef4053213d680fcd2bfa27b3f085c108612 (patch)
tree0114cadeadbc5836d542014303dbbdc1ca227aa6
parente3978271dfea090e9d2d98b1fa58a5636411e614 (diff)
downloadwireshark-e99bbef4053213d680fcd2bfa27b3f085c108612.tar.gz
Don't show us the full Python command-line for building register.c.
The echo and output of make-dissector-reg.py is sufficient. Change-Id: I89462435e8966012ec057ccd45adb595f692b0fb Reviewed-on: https://code.wireshark.org/review/3587 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
-rw-r--r--epan/dissectors/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index b6ea1f88af..0973120489 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -99,7 +99,7 @@ x11-dissector: $(top_srcdir)/tools/process-x11-fields.pl x11-fields $(top_srcdir
#
register.c: $(plugin_src) $(ALL_DISSECTORS_SRC) Makefile.common Custom.common \
$(top_srcdir)/tools/make-dissector-reg.py
- echo Making register.c ; \
+ @echo Making register.c ; \
$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
dissectors $(ALL_DISSECTORS_SRC) ;
#