summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-09-10 14:00:12 +0000
committerBill Meier <wmeier@newsguy.com>2007-09-10 14:00:12 +0000
commit257215ffbdb7330f47da288bed62c099b75d7f5a (patch)
tree5eb8a0e9db7bd6410ddf8f362aa1db882598fccf /Makefile.nmake
parente1541263e4d7a337fbcadfbfc480cc7fbcdbc9d9 (diff)
downloadwireshark-257215ffbdb7330f47da288bed62c099b75d7f5a.tar.gz
Fix my earlier typo.
svn path=/trunk/; revision=22835
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 92a9bf5176..8fd729cabd 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -592,7 +592,7 @@ check_libs:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake WIN32_SETUP_OPT=--libverify process_libs
# Verify library packages only if Makefile.nmake has been updated
-# (or dummy file doesn't exists because of 'make clean' or whatever)
+# (or dummy file doesn't exist because of 'make clean' or whatever)
# (To disable library verification when Makefile.nmake changes,
# comment out the commands for the following target).
# touch is only called if libverify succeeds