Test for existence of identity/obj before try to delete files
authorKevin Koch <kpkoch@mit.edu>
Fri, 2 Mar 2007 20:42:26 +0000 (20:42 +0000)
committerKevin Koch <kpkoch@mit.edu>
Fri, 2 Mar 2007 20:42:26 +0000 (20:42 +0000)
ticket: new
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19202 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/identity/include/Makefile

index be4ddf9a28fab8f9fef0e543f53b7372a8aa46bf..10d29625a3d51d75cd2758b6e44365b8ea510986 100644 (file)
@@ -35,4 +35,4 @@ INCFILES= \
 all: $(INCFILES)\r
 \r
 clean::\r
-       $(RM) $(INCFILES)\r
+       if exist '..\obj' $(RM) $(INCFILES)\r