summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-11 22:16:35 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-11 22:16:35 +0000
commit4902722ffe66b72d5653d9a3395c6b7f6f92cb4a (patch)
treece7bd0df11983ebe55fbe13279f7d2d8d91adc9e /packaging
parent3208754486cb9bd5c63a207133c6af645e6650d4 (diff)
downloadwireshark-4902722ffe66b72d5653d9a3395c6b7f6f92cb4a.tar.gz
More typos.
svn path=/trunk/; revision=27706
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 4628bd8015..944ecd0f38 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -68,7 +68,7 @@ NSI=wireshark.nsi \
DELIVERABLES=$(EXE) $(DLL) $(DOC) $(DOC_dos) $(GPL) $(HELP) $(PLUGINS)
-all: NEWS.txt wireshark-$(WIRESHRK_TARGET_PLATFORM)-$(VERSION).exe
+all: NEWS.txt wireshark-$(WIRESHARK_TARGET_PLATFORM)-$(VERSION).exe
NEWS.txt: ../../NEWS
$(UNIX2DOS) < ../../NEWS > NEWS.txt
@@ -78,9 +78,9 @@ user-guide.chm::
if exist ..\..\docbook\user-guide.chm xcopy ..\..\docbook\user-guide.chm . /Y /D
if exist $(WIRESHARK_LIBS)\user-guide\user-guide.chm xcopy $(WIRESHARK_LIBS)\user-guide\user-guide.chm . /Y /D
-wireshark-$(WIRESHRK_TARGET_PLATFORM)-$(VERSION).exe : user-guide.chm $(NSI) $(DELIVERABLES) Makefile.nmake
+wireshark-$(WIRESHARK_TARGET_PLATFORM)-$(VERSION).exe : user-guide.chm $(NSI) $(DELIVERABLES) Makefile.nmake
$(MAKENSIS) \
- /DWIRESHRK_TARGET_PLATFORM=$(WIRESHRK_TARGET_PLATFORM) \
+ /DWIRESHARK_TARGET_PLATFORM=$(WIRESHARK_TARGET_PLATFORM) \
/DMSVC_VARIANT=$(MSVC_VARIANT) \
!IFDEF MSVCR_DLL
/DMSVCR_DLL="$(MSVCR_DLL)" \
@@ -149,12 +149,12 @@ wireshark-$(WIRESHRK_TARGET_PLATFORM)-$(VERSION).exe : user-guide.chm $(NSI) $(D
wireshark.nsi
clean:
- rm -f wireshark-$(WIRESHRK_TARGET_PLATFORM)-$(VERSION).exe
+ rm -f wireshark-$(WIRESHARK_TARGET_PLATFORM)-$(VERSION).exe
rm -f NEWS.txt
rm -f user-guide.chm
distclean: clean
- rm -f wireshark-$(WIRESHRK_TARGET_PLATFORM)-*.exe
+ rm -f wireshark-$(WIRESHARK_TARGET_PLATFORM)-*.exe
maintainer-clean: distclean