mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-16 10:50:46 +03:00
For lcov target there is no need to include source file dependencies
This commit is contained in:
parent
ea9e387f87
commit
048124728d
@ -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