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