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