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