Add Makefile.common to the dependency list for register.c.

svn path=/trunk/; revision=36736
This commit is contained in:
Gerald Combs 2011-04-20 17:08:40 +00:00
parent ffeff72f02
commit 453d491eae
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ x11-dissector: $(top_srcdir)/tools/process-x11-fields.pl x11-fields $(top_srcdir
# a register.c file for libwireshark.
# All subsequent arguments are the files to scan.
#
register.c: $(plugin_src) $(ALL_DISSECTORS_SRC) $(top_srcdir)/tools/make-dissector-reg \
register.c: $(plugin_src) $(ALL_DISSECTORS_SRC) Makefile.common $(top_srcdir)/tools/make-dissector-reg \
$(top_srcdir)/tools/make-dissector-reg.py
@if test -n "$(PYTHON)"; then \
echo Making register.c with python ; \

View File

@ -76,7 +76,7 @@ packet-rrc.obj : packet-rrc.c
# All subsequent arguments are the files to scan.
#
register.c: $(ALL_DISSECTORS_SRC) ..\..\tools\make-dissector-reg.py ..\..\tools\make-dissector-reg
register.c: $(ALL_DISSECTORS_SRC) Makefile.common ..\..\tools\make-dissector-reg.py ..\..\tools\make-dissector-reg
!IFDEF PYTHON
@echo Making register.c (using python)
@$(PYTHON) "../../tools/make-dissector-reg.py" . dissectors $(ALL_DISSECTORS_SRC)