summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-18 13:52:43 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-18 13:52:43 +0000
commit85d7fe336af188038513c348d9a0856eab4cdbe3 (patch)
treec0fb30e17166cdb9501bc60dec052f37a3e3a56a /Makefile
parent90c8c57bcd84083df85f76aac2aa62acb85eb077 (diff)
Simply tags target
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 481dd389aa..c41ded4c99 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ clean::
@ $(MAKE) -C test clean
tags::
- $(Verb) etags `find . -type f -name \*.h | grep -v /lib/Headers | grep -v /test/` `find . -type f -name \*.cpp | grep -v /lib/Headers | grep -v /test/`
+ $(Verb) etags `find . -type f -name '*.h' -or -name '*.cpp' | grep -v /lib/Headers | grep -v /test/`
cscope.files:
find tools lib include -name '*.cpp' \