From fb24498c1208788a9a093c1b204b99c2f574abbf Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 17 Jan 2005 23:01:12 +0000 Subject: 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 --- asn1/h450/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asn1/h450/Makefile') 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) -- cgit v1.2.3