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