From 900aa65a91e2fbd521a79268f17ca64f32dd8bb2 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 17 Oct 2004 14:56:15 +0000 Subject: [PATCH] Add runtime directory, include Makefile_rules git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17084 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ef181c6173a..8306dae0d27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ # #===------------------------------------------------------------------------===# -include $(top_srcdir)/Makefile.rules.am +include $(top_srcdir)/Makefile_config -SUBDIRS = lib/System lib/Support utils lib tools +SUBDIRS = lib/System lib/Support utils lib tools runtime EXTRA_DIST = CREDITS.txt LICENSE.txt llvm.spec README.txt include docs autoconf