diff options
author | Bill Meier <wmeier@newsguy.com> | 2009-09-16 16:27:37 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2009-09-16 16:27:37 +0000 |
commit | ba2e9c002fbf704423dcbbe5a6689f3178fb61df (patch) | |
tree | 9d6b2ac456b91f2e795725df2d7a81c085f38987 /Makefile.nmake | |
parent | 3f5d86d86b2a950e67b5d69cbb79ce7d93b947bd (diff) | |
download | wireshark-ba2e9c002fbf704423dcbbe5a6689f3178fb61df.tar.gz wireshark-ba2e9c002fbf704423dcbbe5a6689f3178fb61df.tar.bz2 wireshark-ba2e9c002fbf704423dcbbe5a6689f3178fb61df.zip |
(Trivial) Update a comment and an error message.
svn path=/trunk/; revision=29946
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index d7e7a789d9..81c9d240fa 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -19,7 +19,7 @@ WIN_SETUP=tools\$(WIRESHARK_TARGET_PLATFORM)-setup.sh # ------------- # Checking that the Wireshark Libraries are up-to-date: -# 1. winxx-setup.sh --checktag is invoked during nmake "preprocessing". +# 1. win??-setup.sh --checktag is invoked during nmake "preprocessing". # If an error status is returned (ie: the libraries are not up-to-date) # then CHECK_TAG is defined as a non-null string. # 2. The $(LIBS_CHECK) target is invoked during the nmake: @@ -717,7 +717,7 @@ $(LIBS_CHECK): $(CHECK_TAG) config.nmake Makefile.nmake !IF "$(CHECK_TAG)" != "" $(CHECK_TAG): FORCE @echo \? Wireshark Libraries not up-to-date \? - @echo \? Do you need to run "nmake -f makefile.nmake setup" \? + @echo \? Do you need to run "nmake -f Makefile.nmake setup" \? @echo. @exit 1 |