aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 04:53:45 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 04:53:45 +0000
commit52cc7e2eddaeba4edf3332e1ec57855c64e271d3 (patch)
tree84c28b1149c4198cbf1b7d8237388bf106f0f889 /Makefile
parent7dc97ff18023935880082d84a0004ac111859357 (diff)
build the new runtime directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7876 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 b7824d5060..735ba5fe0c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = .
-DIRS = lib/Support utils lib tools
+DIRS = lib/Support utils lib tools runtime
OPTIONAL_DIRS = projects
include $(LEVEL)/Makefile.common