There is no SCCS file.

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b783684..a8ae67c 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ clean:      arch_clean
 
 
 define all_sources
-     ( find . -name SCCS -prune -o -name '*.[chS]' -print )
+     ( find . -name '*.[chS]' -print )
 endef
 
 .PHONY: cscope
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to