The top-level clang Makefile is #included into other Makefiles. (sigh) So we
authorBill Wendling <isanbard@gmail.com>
Wed, 3 Oct 2012 08:39:19 +0000 (08:39 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 3 Oct 2012 08:39:19 +0000 (08:39 +0000)
commit766d4d22acaf22f7d86956f889deb12a98da0f58
treeba9aec939052b2d4cb2a455063db6a7cae63cb8e
parent3c314990e64c891c406d6b5924a8434517d653de
The top-level clang Makefile is #included into other Makefiles. (sigh) So we
can't have the logic here to add in the 'tools/{driver,libclang}' directories,
because they will be added in for ALL Makefiles which #include the top-level
one. Place the logic into the 'tools' Makefile.

llvm-svn: 165103
clang/Makefile
clang/tools/Makefile