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