diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-24 03:00:12 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-24 03:00:12 +0000 |
commit | 073777f3ab6f829d6f16105e0d9513b7691b4a4d (patch) | |
tree | b609d540bdaacaf817b0a0eb24bc6171d36d8440 /Makefile | |
parent | cbcd98bdb9e8eb09203ff212bf496734c3249e33 (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |