aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x509ce/Makefile')
-rw-r--r--asn1/x509ce/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x509ce/Makefile b/asn1/x509ce/Makefile
index b7fa433dba..ecd97490d8 100644
--- a/asn1/x509ce/Makefile
+++ b/asn1/x509ce/Makefile
@@ -6,8 +6,8 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): ../../tools/asn2eth.py CertificateExtensions.asn packet-x509ce-template.c packet-x509ce-template.h x509ce.cnf ../x509if/x509if-exp.cnf ../x509sat/x509sat-exp.cnf ../x509af/x509af-exp.cnf
- python ../../tools/asn2eth.py -X -b -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn
+$(DISSECTOR_FILES): ../../tools/asn2wrs.py CertificateExtensions.asn packet-x509ce-template.c packet-x509ce-template.h x509ce.cnf ../x509if/x509if-exp.cnf ../x509sat/x509sat-exp.cnf ../x509af/x509af-exp.cnf
+ python ../../tools/asn2wrs.py -b -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)