aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-12-10 22:19:11 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-12-10 22:19:11 +0000
commit3745d56d476d8872955acbc7d783d5bf644de220 (patch)
treedd1cb50b1e6bbf7f50f2ca52cbd936e3e1a69691 /plugins
parent0fcb8c46abf528cab390da564a8a38939067724c (diff)
Lost the quotes in the Python line.
svn path=/trunk/; revision=20102
Diffstat (limited to 'plugins')
-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 003934798c..4e89cf9b32 100644
--- a/plugins/h223/Makefile.nmake
+++ b/plugins/h223/Makefile.nmake
@@ -76,7 +76,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)