pull up r19202 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 30 Mar 2007 00:55:10 +0000 (00:55 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 30 Mar 2007 00:55:10 +0000 (00:55 +0000)
 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

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