diff --git a/Makefile.in b/Makefile.in index 7c93aed5b..49c17bccd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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