From 52cc7e2eddaeba4edf3332e1ec57855c64e271d3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Aug 2003 04:53:45 +0000 Subject: [PATCH] build the new runtime directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7876 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7824d50600..735ba5fe0cc 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