summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/plugins/common
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/plugins/common
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/plugins/common')
-rw-r--r--src/windows/identity/plugins/common/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/windows/identity/plugins/common/Makefile b/src/windows/identity/plugins/common/Makefile
index e77d1c5de..05f28532f 100644
--- a/src/windows/identity/plugins/common/Makefile
+++ b/src/windows/identity/plugins/common/Makefile
@@ -39,8 +39,6 @@ all: mkdirs $(INCFILES) $(OBJFILES)
clean::
if exist "$(INCDIR)" $(RM) $(INCFILES)
if exist "$(LIBDIR)" $(RM) $(OBJFILES)
- if exist vc70.pdb $(RM) vc70.pdb
- if exist vc80.pdb $(RM) vc80.pdb
{}.c{$(LIBDIR)}.obj:
$(C2OBJ)