From 82c8d97e2ab422143b22402d986e6a5289d8daf1 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 27 May 2006 13:11:32 +0000 Subject: Added README-RTEMS and tweaked the makefiles git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@477 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/build/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pjlib/build') 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 -- cgit v1.2.3