From 366badd3f5c92433b1972ac85e2b4ef46b441011 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 19 Jul 2010 16:18:35 -0600 Subject: [PATCH] Have cscope look in subdirs too Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 978f8b27..288480f1 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ clean: -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core cscope: - @cscope -b + @cscope -b -R install: $(PROGS) $(SCRIPTS) $(INSTALL) -m755 -d $(DESTDIR)$(bindir) -- 2.25.1