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