mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
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 <jaltman@openafs.org> Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
280861970e
commit
7cd6733433
@ -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) ..\..\..\..
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user