From: Jeffrey Altman Date: Thu, 16 Jul 2009 05:54:56 +0000 (-0400) Subject: Correct build rules for NSIS in top-level NTMakefile X-Git-Tag: openafs-devel-1_5_61~100 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7cd67334333f9b25c5cdf5f0169809948db8896a;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/NTMakefile b/src/NTMakefile index 1e8bd86ed..1bc22fc10 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) ..\..\..\..