aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/umts_rrc_ies/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/umts_rrc_ies/Makefile.nmake')
-rw-r--r--asn1/umts_rrc_ies/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/umts_rrc_ies/Makefile.nmake b/asn1/umts_rrc_ies/Makefile.nmake
index b59ff3f048..a17e6c3f32 100644
--- a/asn1/umts_rrc_ies/Makefile.nmake
+++ b/asn1/umts_rrc_ies/Makefile.nmake
@@ -15,7 +15,7 @@ generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py umts_rrc_InformationElements.asn packet-umts_rrc_ies-template.c packet-umts_rrc_ies-template.h umts_rrc_ies.cnf
!IFDEF PYTHON
- $(PYTHON) ../../tools/asn2wrs.py -u -e -p $(PROTOCOL_NAME) -c umts_rrc_ies.cnf -s packet-umts_rrc_ies-template umts_rrc_InformationElements.asn
+ $(PYTHON) "../../tools/asn2wrs.py" -u -e -p $(PROTOCOL_NAME) -c umts_rrc_ies.cnf -s packet-umts_rrc_ies-template umts_rrc_InformationElements.asn
!ELSE
@echo Error: You need Python to use asn2wrs.py
@exit 1