1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-23 02:05:07 +03:00

For lcov target there is no need to include source file dependencies

This commit is contained in:
Zdenek Kabelac 2010-05-14 13:32:36 +00:00
parent 5899d9b442
commit cb5d05fd34

View 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