aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2015-12-22 15:05:22 +0100
committerMichael Mann <mmann78@netscape.net>2015-12-22 16:23:02 +0000
commitfd4abe6a76441945735e6b0ef0f843718b07e2e6 (patch)
treecddedaacbb3fbc64c2d17d9423e9f2bd638d21be /Makefile.nmake
parent10f59319373e9346fccaaeac38a4a08343dfe2db (diff)
nmake: fix missing ENDIF.
Change-Id: I1a855b69f1d5213e73c8de3b49ceac9262898c95 Reviewed-on: https://code.wireshark.org/review/12827 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index a0087ebaad..6a8f3da6a0 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -463,6 +463,7 @@ sshdump.exe : $(LIBS_CHECK) config.h sshdump.obj wsutil\libwsutil.lib wiretap\wi
!IFDEF MANIFEST_INFO_REQUIRED
mt.exe -nologo -manifest "sshdump.exe.manifest" -outputresource:sshdump.exe;1
!ENDIF
+!ENDIF
randpktdump.exe : $(LIBS_CHECK) config.h randpktdump.obj randpkt-core.obj wsutil\libwsutil.lib wiretap\wiretap-$(WTAP_VERSION).lib
@echo Linking $@