aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/enttec
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/enttec')
-rw-r--r--plugins/enttec/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/enttec/Makefile.nmake b/plugins/enttec/Makefile.nmake
index bf31e937eb..2862ad294d 100644
--- a/plugins/enttec/Makefile.nmake
+++ b/plugins/enttec/Makefile.nmake
@@ -63,7 +63,7 @@ enttec.dll enttec.exp enttec.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
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)