aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/h223/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/h223/Makefile.nmake')
-rw-r--r--plugins/h223/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/h223/Makefile.nmake b/plugins/h223/Makefile.nmake
index 084a9a1915..555ba3b928 100644
--- a/plugins/h223/Makefile.nmake
+++ b/plugins/h223/Makefile.nmake
@@ -65,7 +65,7 @@ $(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLU
plugin.c: $(DISSECTOR_SRC)
!IFDEF PYTHON
@echo Making plugin.c (using python)
- @$(PYTHON) ../../tools/make-dissector-reg.py . plugin $(DISSECTOR_SRC)
+ @$(PYTHON) "../../tools/make-dissector-reg.py" . plugin $(DISSECTOR_SRC)
!ELSE
@echo Making plugin.c (using sh)
@$(SH) ../../tools/make-dissector-reg . plugin $(DISSECTOR_SRC)