diff options
author | Bill Meier <wmeier@newsguy.com> | 2009-06-14 12:50:52 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2009-06-14 12:50:52 +0000 |
commit | 26b029de66f01284dd6e84e079e27fe601786031 (patch) | |
tree | 5f7bbf508ac67c1c8c2e416a002c1743ffdf7fdb /Makefile.nmake | |
parent | ae434fdbe360febf2d5f9fe0268477cb81b6ab41 (diff) | |
download | wireshark-26b029de66f01284dd6e84e079e27fe601786031.tar.gz wireshark-26b029de66f01284dd6e84e079e27fe601786031.tar.bz2 wireshark-26b029de66f01284dd6e84e079e27fe601786031.zip |
Fix a typo.
svn path=/trunk/; revision=28723
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 66de2373dc..100328ac39 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -25,7 +25,7 @@ WIN_SETUP=tools\$(WIRESHARK_TARGET_PLATFORM)-setup.sh # 2. The $(LIBS_CHECK) target is invoked during the nmake: # If $(CHECK_TAG) is non-null, then a "libraries not up to date" exit will occur. # If $(CHECK_TAG) is null, but either config.nmake or Makefile.nmake -# are newer then the $(LIBS_CHECK) target, then a detailed verification +# are newer than the $(LIBS_CHECK) target, then a detailed verification # as to the required library package files will be made. # LIBS_CHECK=_libs_check_ |