aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-26 08:07:13 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-26 08:07:13 +0000
commitd1aec0aa8161e93942d9646270d037bca2ec8aad (patch)
tree77c35b874794e0c114fe8c90b9d32dcf2696fa26 /epan
parentf0b8f91b99df95d2ab705185a4c243ffec6aeb38 (diff)
put python script name in brackets
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19699 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 02928d6380..4fc827e860 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -76,7 +76,7 @@ x11-declarations.h x11-register-info.h: x11-fields process-x11-fields.pl
register.c: $(DISSECTOR_SRC)
!IFDEF PYTHON
@echo Making register.c (using python)
- @$(PYTHON) ../../tools/make-dissector-reg.py . dissectors $(DISSECTOR_SRC)
+ @$(PYTHON) "../../tools/make-dissector-reg.py" . dissectors $(DISSECTOR_SRC)
!ELSE
@echo Making register.c (using sh)
@$(SH) ../../tools/make-dissector-reg . dissectors $(DISSECTOR_SRC)