summaryrefslogtreecommitdiff
path: root/pjlib/build
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/build')
-rw-r--r--pjlib/build/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile
index a53f9d9e..f333aafc 100644
--- a/pjlib/build/Makefile
+++ b/pjlib/build/Makefile
@@ -94,6 +94,8 @@ clean:
$(MAKE) -f $(RULES_MAK) APP=TEST app=pjlib-test clean
realclean:
+ $(subst @@,$(subst /,$(HOST_PSEP),.pjlib-$(TARGET_NAME).depend),$(HOST_RMR))
+ $(subst @@,$(subst /,$(HOST_PSEP),.pjlib-test-$(TARGET_NAME).depend),$(HOST_RMR))
$(MAKE) -f $(RULES_MAK) APP=PJLIB app=pjlib realclean
$(MAKE) -f $(RULES_MAK) APP=TEST app=pjlib-test realclean