aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rnsap/Makefile.nmake
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-05-15 06:36:17 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-05-15 06:36:17 +0000
commit31547dee95f50787b8da24231d1c715589b444e4 (patch)
treed57c667807243447009d71a611a7afd6f1d00295 /asn1/rnsap/Makefile.nmake
parent726820fd03ae031586a41e39984b8e9013060f4a (diff)
regenerated with new asn2eth
svn path=/trunk/; revision=18158
Diffstat (limited to 'asn1/rnsap/Makefile.nmake')
-rw-r--r--asn1/rnsap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/rnsap/Makefile.nmake b/asn1/rnsap/Makefile.nmake
index 1e0e277d11..90ce7e27f2 100644
--- a/asn1/rnsap/Makefile.nmake
+++ b/asn1/rnsap/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2eth.py rnsap.asn packet-rnsap-template.c packet-rnsap-template.h rnsap.cnf
!IFDEF PYTHON
- $(PYTHON) ../../tools/asn2eth.py -X -e -p $(PROTOCOL_NAME) -c rnsap.cnf -s packet-rnsap-template rnsap.asn
+ $(PYTHON) ../../tools/asn2eth.py -e -p $(PROTOCOL_NAME) -c rnsap.cnf -s packet-rnsap-template rnsap.asn
!ELSE
@echo Error: You need Python to use asn2eth.py
@exit 1