aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-05-14 17:01:25 +0000
committerGerald Combs <gerald@wireshark.org>2007-05-14 17:01:25 +0000
commitaa19aa23268e01f14d4168c335439c15d5afa962 (patch)
tree83e61e0971880473c53d89da7ec95b72f0889675 /plugins/opcua/Makefile.nmake
parent9cdbb4b1997bb19e7359056af9b47f9a1297da1f (diff)
Quote the path to make-dissector-reg.py.
svn path=/trunk/; revision=21769
Diffstat (limited to 'plugins/opcua/Makefile.nmake')
-rw-r--r--plugins/opcua/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/Makefile.nmake b/plugins/opcua/Makefile.nmake
index d1fb45ce57..cba80b8b07 100644
--- a/plugins/opcua/Makefile.nmake
+++ b/plugins/opcua/Makefile.nmake
@@ -63,7 +63,7 @@ opcua.dll opcua.exp opcua.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)