summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-18 13:56:20 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2010-03-18 13:56:20 +0000
commit61736b4e2e96456567062d9d5de5e3d1b2847b26 (patch)
tree23ee594df4c1f83625fb81619f5117138f08d665 /Makefile
parent85d7fe336af188038513c348d9a0856eab4cdbe3 (diff)
Fix 80 col violation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98823 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c41ded4c99..f7e9e85bce 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ $(RecursiveTargets)::
endif
test::
- @ $(MAKE) -C test
+ @ $(MAKE) -C test
report::
@ $(MAKE) -C test report
@@ -27,7 +27,8 @@ clean::
@ $(MAKE) -C test clean
tags::
- $(Verb) etags `find . -type f -name '*.h' -or -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' \