The clean:: target of plugins\common\Makefile should reference the
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Jun 2007 18:56:56 +0000 (18:56 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 22 Jun 2007 18:56:56 +0000 (18:56 +0000)
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

src/windows/identity/plugins/common/Makefile

index 4e97c663824f199107b29fa63b3ab8ec69eab30d..b4085d13feda8f9c560492bcc53d29eb3eaf848f 100644 (file)
@@ -36,8 +36,8 @@ OBJFILES= \
 all: mkdirs $(INCFILES) $(OBJFILES)\r
 \r
 clean::\r
-       if exist '..\..\obj' $(RM) $(INCFILES)\r
-       if exist '..\..\obj' $(RM) $(OBJFILES)\r
+       if exist "$(INCDIR)" $(RM) $(INCFILES)\r
+       if exist "$(LIBDIR)" $(RM) $(OBJFILES)\r
 \r
 {}.c{$(LIBDIR)}.obj:\r
        $(C2OBJ)\r