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