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