From 083858337a23d4aec1f2f532e8cc61690af020f1 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 30 Mar 2007 00:55:10 +0000 Subject: [PATCH] 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 --- src/windows/identity/include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2