aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-07-29 17:24:14 -0700
committerGerald Combs <gerald@wireshark.org>2014-07-30 00:28:27 +0000
commit1f08f87735eb4cc0fa062e22fc19a2dc16e0f3bf (patch)
treead7f53a8d2c3baede05cee64506a31e164a4bdc5 /packaging/nsis/Makefile.nmake
parent9a897d55fcf8a58d730ae0878bf415697a15b5e6 (diff)
Dont force qt-dll-manifest.txt.
Change-Id: I06781f9b0b89561a96b00c27f938005ebf5b915f Reviewed-on: https://code.wireshark.org/review/3254 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/nsis/Makefile.nmake')
-rw-r--r--packaging/nsis/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index d9e721853c..7d9c19ae2b 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -231,7 +231,7 @@ NSIS_FLAGS=\
!ENDIF
wireshark.nsi: qt-dll-manifest.txt
-qt-dll-manifest.txt: _FORCE_
+qt-dll-manifest.txt:
!IF EXIST("$(QT5_BASE_DIR)\bin\windeployqt.exe")
"$(QT5_BASE_DIR)\bin\windeployqt.exe" \
--release \