summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/plugins
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
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')
-rw-r--r--src/windows/identity/plugins/common/Makefile2
-rw-r--r--src/windows/identity/plugins/krb4/Makefile3
-rw-r--r--src/windows/identity/plugins/krb5/Makefile3
3 files changed, 2 insertions, 6 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)
diff --git a/src/windows/identity/plugins/krb4/Makefile b/src/windows/identity/plugins/krb4/Makefile
index 50fb46998..0a8ede8aa 100644
--- a/src/windows/identity/plugins/krb4/Makefile
+++ b/src/windows/identity/plugins/krb4/Makefile
@@ -102,6 +102,5 @@ clean::
!if defined(INCFILES)
$(RM) $(INCFILES)
!endif
- if exist vc70.pdb $(RM) vc70.pdb
- if exist vc80.pdb $(RM) vc80.pdb
+
diff --git a/src/windows/identity/plugins/krb5/Makefile b/src/windows/identity/plugins/krb5/Makefile
index edac6eecc..f93fe6819 100644
--- a/src/windows/identity/plugins/krb5/Makefile
+++ b/src/windows/identity/plugins/krb5/Makefile
@@ -111,5 +111,4 @@ clean::
!if defined(INCFILES)
$(RM) $(INCFILES)
!endif
- if exist vc70.pdb $(RM) vc70.pdb
- if exist vc80.pdb $(RM) vc80.pdb
+