aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-25 17:17:41 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-25 17:17:41 +0000
commitfe26f623b66039e59744c8127c5f497ae788b8c1 (patch)
tree7eae123ca52552ff698fc1b954bcb5ec5407c7f9 /Makefile.nmake
parent2100576dac2bad2b16290ab7dd565cc413af1887 (diff)
Comments have to be at the beginning of the line.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36072 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index b4ef8288fb..395f77a199 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -725,7 +725,7 @@ REQUIRED_TOOLS=\
wget
verify_tools:
- # As win-setup.sh assumes the dir exists create it if it doesn't
+# As win-setup.sh assumes the dir exists create it if it doesn't
@if not exist $(WIRESHARK_LIBS) md $(WIRESHARK_LIBS)
@$(SH) $(WIN_SETUP) --appverify $(REQUIRED_TOOLS)