From 0700567eef0c52b1b8892454b72c5123fe0514b1 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 2 Apr 2009 08:40:06 +0000 Subject: [PATCH] windows-src-makefile-two-20090402 LICENSE MIT get the i386 case right ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== LICENSE MIT fixup the @echo again --- src/NTMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NTMakefile b/src/NTMakefile index 8358e92f7..7adbf663b 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -662,8 +662,8 @@ man-pages: NSIS.i386: loopback man-pages @echo ***** Making NSIS Installer - $(DOCD) $(SRC)\WINNT\install\$@ - $(CD) $(SRC)\WINNT\install\$@ + $(DOCD) $(SRC)\WINNT\install\NSIS + $(CD) $(SRC)\WINNT\install\NSIS $(NTMAKE) $(CD) ..\..\..\.. -- 2.39.5