aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-04-05 16:14:19 +0000
committerGerald Combs <gerald@wireshark.org>2011-04-05 16:14:19 +0000
commit977ccf7f9b44d3fd9d646217eb8e498c4aa4247e (patch)
tree98a144c8f6852094ab3191252ffd7f213faba668 /packaging
parentc13f84b3455db5c177dc88969cef93129adbce38 (diff)
Remove the manifest as a prerequisite for packaging.
svn path=/trunk/; revision=36476
Diffstat (limited to 'packaging')
-rw-r--r--packaging/u3/win32/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/u3/win32/Makefile.nmake b/packaging/u3/win32/Makefile.nmake
index 93257c25f4..3e7f9ee01b 100644
--- a/packaging/u3/win32/Makefile.nmake
+++ b/packaging/u3/win32/Makefile.nmake
@@ -65,7 +65,7 @@ distribution.nmake: makenmake.pl
cd u3/win32
$(PERL) makenmake.pl $(WSMANIFEST) > $@
-distribution: u3-dirs manifest.u3i u3util.exe u3util.exe.manifest nsis-bits wireshark.bat distribution.nmake
+distribution: u3-dirs manifest.u3i u3util.exe nsis-bits wireshark.bat distribution.nmake
# manifest
$(COPY) manifest.u3i $(MANIFEST) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\image\wireshark.ico $(MANIFEST) $(COPY_FLAGS)