From: Tom Yu Date: Fri, 30 Mar 2007 00:55:10 +0000 (+0000) Subject: pull up r19202 from trunk X-Git-Tag: kfw-3.2.0-beta1~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=083858337a23d4aec1f2f532e8cc61690af020f1;p=krb5.git pull up r19202 from trunk r19202@cathode-dark-space: kpkoch | 2007-03-02 15:42:26 -0500 ticket: new subject: Test for existence of identity/obj before try to delete files. tags: pullup ticket: 5457 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19331 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/identity/include/Makefile b/src/windows/identity/include/Makefile index be4ddf9a2..10d29625a 100644 --- a/src/windows/identity/include/Makefile +++ b/src/windows/identity/include/Makefile @@ -35,4 +35,4 @@ INCFILES= \ all: $(INCFILES) clean:: - $(RM) $(INCFILES) + if exist '..\obj' $(RM) $(INCFILES)