aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h450/Makefile
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
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')
-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)