summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-05-14 13:32:36 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-05-14 13:32:36 +0000
commit048124728dc203f49c86fd9f7317351053461680 (patch)
tree1bcd8ee86b38486779be70b2c1abdd9f06c0cc5a /make.tmpl.in
parentea9e387f87cbc5130077968ade223b171496d446 (diff)
downloadlvm2-048124728dc203f49c86fd9f7317351053461680.tar.gz
lvm2-048124728dc203f49c86fd9f7317351053461680.tar.xz
lvm2-048124728dc203f49c86fd9f7317351053461680.zip
For lcov target there is no need to include source file dependencies
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index c22a6d1d..5bb319ca 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