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