From cb5d05fd34f3e51617f740707d21bbe9318211a4 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 14 May 2010 13:32:36 +0000 Subject: [PATCH] For lcov target there is no need to include source file dependencies --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.5