summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows')
-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)