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