]> sourceware.org Git - lvm2.git/commitdiff
For lcov target there is no need to include source file dependencies
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 14 May 2010 13:32:36 +0000 (13:32 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 14 May 2010 13:32:36 +0000 (13:32 +0000)
make.tmpl.in

index c22a6d1d6a638865186b240b160f6048a425067a..5bb319cae2e5508180a3eaf85dab13a4fcb14e50 100644 (file)
@@ -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
This page took 0.031784 seconds and 5 git commands to generate.