Windows: Cleanup of src/config/NTMakefile
authorJeffrey Altman <jaltman@your-file-system.com>
Wed, 23 Jun 2010 16:56:17 +0000 (12:56 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Thu, 24 Jun 2010 02:11:10 +0000 (19:11 -0700)
commit24e1c7e30fe25d80ec362d887b52b0f3f50ac8b0
treec47fe9ea199387bd953cb2159123aa28f6a3aea1
parenta4b6ac7a4a51c5655d91b971e4cb7d69f7ffc2b7
Windows: Cleanup of src/config/NTMakefile

src/config/NTMakefile had the following issues:

 * duplicate entries for headers in $(INCFILES)

 * no clean: rule for $(INCFILES)

 * no clean: rule for $(DESTDIR)\util_cr.exe

 * $(INCTOOLS) dependent upon $(INCFILES) but the order is reversed
   in the install: rule

Change-Id: I2707009d60b303ab897ed25d9245d893fa342a8e
Reviewed-on: http://gerrit.openafs.org/2238
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Matt Benjamin <matt@linuxbox.com>
Tested-by: Matt Benjamin <matt@linuxbox.com>
src/config/NTMakefile