From 5e80d0d66a81c6ce21c32bc369cc52ab54cca8ae Mon Sep 17 00:00:00 2001 From: Ken Hornstein Date: Mon, 16 Apr 2012 10:33:13 -0400 Subject: [PATCH] Change the cscope target slightly so the source code from the historical tree isn't found. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 636f221..56369c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -574,7 +574,7 @@ rpm: dist ## cscope: echo "-I $(srcdir)/h -I $(srcdir)/sbr -I $(srcdir)/uip -I $(srcdir)/mts/smtp" > cscope.files - find $(srcdir) \( -name \*.c -o -name \*.l \) -print | grep -v dtimep.c >> cscope.files + find $(srcdir) \( -name docs -prune \) -o \( -name \*.c -o -name \*.l \) -print | grep -v dtimep.c >> cscope.files .PHONY: cscope -- 1.7.10.4