Correct build rules for NSIS in top-level NTMakefile
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 16 Jul 2009 05:54:56 +0000 (01:54 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Thu, 16 Jul 2009 05:56:47 +0000 (23:56 -0600)
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 <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

src/NTMakefile

index 1e8bd86..1bc22fc 100644 (file)
@@ -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) ..\..\..\..