summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-19 18:50:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-19 18:50:49 +0000
commitc72e5aee742dd7101ac46e08ce560d991a575b3e (patch)
treef7766b1fe78f22893ed7ba88a7afda328a773995 /Makefile
parentf034e9cc4dad81d8fe6eb88a84da55b2909a9cdd (diff)
ccc: Add installation of ccc; based on patch from Mike Stump.
- This doesn't follow normal installation procedure of python code, but no sense trying too hard since ccc will be moved to C++. - Entry point is now tools/ccc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62517 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 06b9288691..51693c4d84 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS := lib Driver docs
+DIRS := lib Driver docs tools
include $(LEVEL)/Makefile.common