aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-04-20 17:08:40 +0000
committerGerald Combs <gerald@wireshark.org>2011-04-20 17:08:40 +0000
commit453d491eaefd919477b56668d6620b43f360ba70 (patch)
treefc6f3c8c8b8fa0cd3dc3bd77417101d14ca44bf5 /epan/dissectors/Makefile.nmake
parentffeff72f026bceb8005c690ee441a2972a6e2746 (diff)
Add Makefile.common to the dependency list for register.c.
svn path=/trunk/; revision=36736
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 598b44898b..721dee92b4 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -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)