aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-05 21:38:39 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-05 21:38:39 +0000
commit77502f4c9f3c3f7b0fcf1c6bf2b5ebcf4e1bda24 (patch)
treef220fd57af69474d13973dc3ba7c8dda10e96cb6 /epan/dissectors/Makefile.nmake
parentd9f7161c930ed60a523c95bf645da939481a4127 (diff)
In epan/dissectors/Makefile.nmake, fix a typo.
In make-dissector-reg.py, throw an error if we don't have enough files to process, or if we don't generate enough registrations. "Enough" is arbitrarily set to 100. This should de-purple the buildbot. (I'm sure there's a "smoke on the water" joke in there somewhere.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21338 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 58ee24665d..e505619e7b 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -76,13 +76,13 @@ x11-declarations.h x11-register-info.h: x11-fields process-x11-fields.pl
# All subsequent arguments are the files to scan.
#
-register.c: $(ALL_DISSECTOR_SRC)
+register.c: $(ALL_DISSECTORS_SRC)
!IFDEF PYTHON
@echo Making register.c (using python)
- @$(PYTHON) "../../tools/make-dissector-reg.py" . dissectors $(ALL_DISSECTOR_SRC)
+ @$(PYTHON) "../../tools/make-dissector-reg.py" . dissectors $(ALL_DISSECTORS_SRC)
!ELSE
@echo Making register.c (using sh)
- @$(SH) ../../tools/make-dissector-reg . dissectors $(ALL_DISSECTOR_SRC) \
+ @$(SH) ../../tools/make-dissector-reg . dissectors $(ALL_DISSECTORS_SRC) \
!ENDIF
packet-ncp2222.c : ncp2222.py