aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h450/Makefile')
-rw-r--r--asn1/h450/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h450/Makefile b/asn1/h450/Makefile
index 21050d2638..49ff214988 100644
--- a/asn1/h450/Makefile
+++ b/asn1/h450/Makefile
@@ -7,7 +7,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2eth.py h4501.asn packet-h450-template.c packet-h450-template.h h450.cnf
- python ../../tools/asn2eth.py -X -b -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
+ python ../../tools/asn2eth.py -X -e -p h450 -c h450.cnf -s packet-h450-template h4501.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)