summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-06-22 18:56:56 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-06-22 18:56:56 +0000
commit2edfc72bab12e4f7c745184e7795b60f7b567527 (patch)
tree37a6c95439a9c111d7c908c309e5425e6c3c81d4 /src
parent082eb76c60a133e6e39a585483fa66908889c52b (diff)
downloadkrb5-2edfc72bab12e4f7c745184e7795b60f7b567527.tar.gz
krb5-2edfc72bab12e4f7c745184e7795b60f7b567527.tar.xz
krb5-2edfc72bab12e4f7c745184e7795b60f7b567527.zip
The clean:: target of plugins\common\Makefile should reference the
target directories using the symbolic names rather than hard coded paths. ticket: 5584 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19626 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/windows/identity/plugins/common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/identity/plugins/common/Makefile b/src/windows/identity/plugins/common/Makefile
index 4e97c66382..b4085d13fe 100644
--- a/src/windows/identity/plugins/common/Makefile
+++ b/src/windows/identity/plugins/common/Makefile
@@ -36,8 +36,8 @@ OBJFILES= \
all: mkdirs $(INCFILES) $(OBJFILES)
clean::
- if exist '..\..\obj' $(RM) $(INCFILES)
- if exist '..\..\obj' $(RM) $(OBJFILES)
+ if exist "$(INCDIR)" $(RM) $(INCFILES)
+ if exist "$(LIBDIR)" $(RM) $(OBJFILES)
{}.c{$(LIBDIR)}.obj:
$(C2OBJ)