diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2007-09-22 05:11:04 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2007-09-22 05:11:04 +0000 |
| commit | c30fdcd7fddcf0ca8c368959c2ab7c6f7361bb13 (patch) | |
| tree | 94e4472ff1c84c6b446482c0e7c3d02e3186b294 /src/windows/identity/include | |
| parent | 74072b43797b81269ce2b4e4f8f86d07a0312052 (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/Makefile | 2 |
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)
|
