mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Use $(top_srcdir) for sources and add cscope.out to distclean targets.
This commit is contained in:
parent
24bf45e606
commit
08db4eeb51
@ -80,10 +80,11 @@ cflow: tools.cflow
|
||||
endif
|
||||
|
||||
ifneq ("@CSCOPE_CMD@", "")
|
||||
cscope.out: tools
|
||||
@CSCOPE_CMD@ -b -R
|
||||
cscope.out:
|
||||
@CSCOPE_CMD@ -b -R -s$(top_srcdir)
|
||||
all: cscope.out
|
||||
endif
|
||||
DISTCLEAN_TARGETS += cscope.out
|
||||
|
||||
check: all
|
||||
$(MAKE) -C test all
|
||||
|
Loading…
Reference in New Issue
Block a user