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