From: Kevin Koch Date: Fri, 2 Mar 2007 20:42:26 +0000 (+0000) Subject: Test for existence of identity/obj before try to delete files X-Git-Tag: krb5-1.7-alpha1~1272 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f26a3212de48d3746036618cd10ea4db3a363988;p=krb5.git Test for existence of identity/obj before try to delete files ticket: new tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19202 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)