| Submitter | Stefan Hajnoczi |
|---|---|
| Date | July 27, 2011, 9:17 a.m. |
| Message ID | <1311758252-10072-3-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/106999/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile index daa3aa0..eb1c788 100644 --- a/Makefile +++ b/Makefile @@ -291,7 +291,7 @@ TAGS: cscope: rm -f ./cscope.* - find . -name "*.[ch]" -print | sed 's,^\./,,' > ./cscope.files + find "$(SRC_PATH)" -name "*.[chsS]" -print | sed 's,^\./,,' > ./cscope.files cscope -b # documentation