[sheepdog] [PATCH] add .S file to cscope index

Liu Yuan namei.unix at gmail.com
Fri Aug 9 11:27:23 CEST 2013


Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index acae9b8..beafa1c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,7 +45,7 @@ clean-generic:
 
 cscope:
 	@echo create cscope.out
-	@find -name '*.[ch]' > cscope.files
+	@find -name '*.[chS]' > cscope.files
 	@cscope -bq
 
 $(SPEC): $(SPEC).in
-- 
1.7.9.5




More information about the sheepdog mailing list