From 7cd67334333f9b25c5cdf5f0169809948db8896a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Thu, 16 Jul 2009 01:54:56 -0400 Subject: [PATCH] Correct build rules for NSIS in top-level NTMakefile NSIS.i386 build rule must build the NSIS directory, not the NSIS.i386 directory. LICENSE MIT Reviewed-on: http://gerrit.openafs.org/105 Verified-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- src/NTMakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NTMakefile b/src/NTMakefile index 1e8bd86ed5..1bc22fc10b 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -703,8 +703,8 @@ documentation: NSIS.i386: loopback man-pages documentation @echo ***** Making NSIS Installer - $(DOCD) $(SRC)\WINNT\install\$@ - $(CD) $(SRC)\WINNT\install\$@ + $(DOCD) $(SRC)\WINNT\install\NSIS + $(CD) $(SRC)\WINNT\install\NSIS $(NTMAKE) $(CD) ..\..\..\..