aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-17 23:01:12 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-17 23:01:12 +0000
commitfb24498c1208788a9a093c1b204b99c2f574abbf (patch)
tree6cc67eed5dbc7f7ef387d4a20544a2770c07874d /asn1/h450/Makefile.nmake
parent5aa1b71181237c1c44e926e83d3bd716e8f1aba5 (diff)
Get rid of the "-b" flag - it's not what was used to generate the H.450
dissector that's currently checked in. svn path=/trunk/; revision=13103
Diffstat (limited to 'asn1/h450/Makefile.nmake')
-rw-r--r--asn1/h450/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h450/Makefile.nmake b/asn1/h450/Makefile.nmake
index 4fb66bf24f..af9b7780e0 100644
--- a/asn1/h450/Makefile.nmake
+++ b/asn1/h450/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2eth.py h4501.asn packet-$(PROTOCOL_NAME)-template.c packet-$(PROTOCOL_NAME)-template.h $(PROTOCOL_NAME).cnf
!IFDEF PYTHON
- $(PYTHON) ../../tools/asn2eth.py -X -b -e -p $(PROTOCOL_NAME) -c $(PROTOCOL_NAME).cnf -s packet-$(PROTOCOL_NAME)-template h4501.asn
+ $(PYTHON) ../../tools/asn2eth.py -X -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
!ELSE
@echo Error: You need Python to use asn2eth.py
@exit 1