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>
This commit is contained in:
Jeff Morriss 2014-08-13 20:30:25 -04:00
parent e3978271df
commit e99bbef405
1 changed files with 1 additions and 1 deletions

View File

@ -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) ;
#