build the new runtime directory
authorChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 04:53:45 +0000 (04:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 04:53:45 +0000 (04:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7876 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index b7824d50600089887b4ff585756545354f1d2318..735ba5fe0ccccb0fe8033c6e2b4b804e1c40044e 100644 (file)
--- 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