Have cscope look in subdirs too
[fio.git] / Makefile
index 978f8b27149111e90f9feed978f87dae1ec96d2f..288480f1e42cd569aa3b184a948f32d93e4e4363 100644 (file)
--- 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)