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