From: Zdenek Kabelac Date: Fri, 14 May 2010 13:32:36 +0000 (+0000) Subject: For lcov target there is no need to include source file dependencies X-Git-Tag: v2_02_65~5 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=cb5d05fd34f3e51617f740707d21bbe9318211a4;p=lvm2.git For lcov target there is no need to include source file dependencies --- diff --git a/make.tmpl.in b/make.tmpl.in index c22a6d1d6..5bb319cae 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -350,7 +350,7 @@ distclean: cleandir $(SUBDIRS.distclean) sed "s/^/ /;s/$$/;/" < $<; \ echo " local:"; echo " *;"; echo "};") > $@ -ifeq (,$(findstring $(MAKECMDGOALS),cscope.out cflow clean distclean)) +ifeq (,$(findstring $(MAKECMDGOALS),cscope.out cflow clean distclean lcov)) ifdef SOURCES -include $(SOURCES:.c=.d) endif