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:
parent
5899d9b442
commit
cb5d05fd34
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user