summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-03-02 20:42:26 +0000
committerKevin Koch <kpkoch@mit.edu>2007-03-02 20:42:26 +0000
commitf26a3212de48d3746036618cd10ea4db3a363988 (patch)
treee1d299edf16c13ab51ba7f75126c937e89b96240 /src/windows
parentb215dee556ea0c2f603b7346170c112cac931f3b (diff)
downloadkrb5-f26a3212de48d3746036618cd10ea4db3a363988.tar.gz
krb5-f26a3212de48d3746036618cd10ea4db3a363988.tar.xz
krb5-f26a3212de48d3746036618cd10ea4db3a363988.zip
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
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/identity/include/Makefile2
1 files changed, 1 insertions, 1 deletions
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)