summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-05-27 13:11:32 +0000
committerBenny Prijono <bennylp@teluu.com>2006-05-27 13:11:32 +0000
commit82c8d97e2ab422143b22402d986e6a5289d8daf1 (patch)
treee2d91565ae8ad21e5e42e043aaed7b0468b55562 /pjlib
parentc01fdece34cb0eac0c1fdbafb5c1cc242ec01933 (diff)
Added README-RTEMS and tweaked the makefiles
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@477 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib')
-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