Module: sems Branch: master Commit: bac9f7b2805ed71e2eb29c01fff4629390da3de9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=bac9f7b2805ed71e2eb29c01fff4629390da3de9
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Aug 17 10:46:00 2010 +0200 - fixed 'make clean' to include the sip stack directory. --- core/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/core/Makefile b/core/Makefile index d0e4aa0..1ed45ea 100644 --- a/core/Makefile +++ b/core/Makefile @@ -23,6 +23,7 @@ all: ../Makefile.defs clean: rm -f $(OBJS) $(DEPS) $(NAME) $(NAME).o rm -f lib/*.so compat/getos compat/getarch + $(MAKE) -C $(SIP_STACK_DIR) clean $(MAKE) -C $(PLUGIN_DIR) clean .PHONY: sip_stack _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
