From bac9f7b2805ed71e2eb29c01fff4629390da3de9 Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Tue, 17 Aug 2010 10:46:00 +0200 Subject: [PATCH] - fixed 'make clean' to include the sip stack directory. --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index d0e4aa00..1ed45eaa 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