1
0
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:
Zdenek Kabelac 2010-03-29 14:07:56 +00:00
parent 24bf45e606
commit 08db4eeb51

View File

@ -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