summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-24 03:00:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-24 03:00:12 +0000
commit073777f3ab6f829d6f16105e0d9513b7691b4a4d (patch)
treeb609d540bdaacaf817b0a0eb24bc6171d36d8440 /Makefile
parentcbcd98bdb9e8eb09203ff212bf496734c3249e33 (diff)
Move <root>/Driver into <root>/tools/clang-cc.
Again, I tried to update cmake but it is untested. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b4f60a8716..00e38d26de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS := include lib Driver docs tools
+DIRS := include lib tools docs
include $(LEVEL)/Makefile.common
@@ -24,7 +24,7 @@ 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/`
cscope.files:
- find Driver lib include -name '*.cpp' \
+ find tools lib include -name '*.cpp' \
-or -name '*.def' \
-or -name '*.td' \
-or -name '*.h' > cscope.files