From: Robert Swiecki Date: Sat, 27 May 2017 00:32:39 +0000 (+0200) Subject: Makefile: surround make -C kafel clean with ifdefs X-Git-Tag: 1.4~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc1211d62aeaeab290054785d6b8d9e881245eec;p=platform%2Fupstream%2Fnsjail.git Makefile: surround make -C kafel clean with ifdefs --- diff --git a/Makefile b/Makefile index 2485209..22f9eb9 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,9 @@ $(PROTO_DEPS): config.proto clean: $(RM) core Makefile.bak $(OBJS) $(BIN) +ifneq ("$(wildcard kafel/Makefile)","") $(MAKE) -C kafel clean +endif depend: makedepend -Y -Ykafel/include -- -- $(SRCS)