Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-RT-Original-Encoding: iso-8859-1 Content-Length: 4076

If one does two “nmake clean”s in a row in the athena directory, the second one fails in …\athena\auth\krb5\src\windows\identity\doc.

 

The line

 

$(RMDIR) /s /q $(DOCDIR)\html

 

in …\athena\auth\krb5\src\windows\identity\doc\Makefile should be

 

if exist '$(DOCDIR)/html' $(RMDIR) /s /q $(DOCDIR)\html

 

Is there any reason I shouldn’t make this change?

 

Thanks.

Kevin