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