summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/include
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-09-22 05:11:04 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-09-22 05:11:04 +0000
commitc30fdcd7fddcf0ca8c368959c2ab7c6f7361bb13 (patch)
tree94e4472ff1c84c6b446482c0e7c3d02e3186b294 /src/windows/identity/include
parent74072b43797b81269ce2b4e4f8f86d07a0312052 (diff)
Move the removal of the vc70.pdb and vc80.pdb files to the
global clean rule in config/Makefile.w32. No need to replicate them in each individual Makefile. ticket: 5756 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19966 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/include')
-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 10d29625a..21e5f7848 100644
--- a/src/windows/identity/include/Makefile
+++ b/src/windows/identity/include/Makefile
@@ -35,4 +35,4 @@ INCFILES= \
all: $(INCFILES)
clean::
- if exist '..\obj' $(RM) $(INCFILES)
+ if exist "$(INCDIR)" $(RM) $(INCFILES)