diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 14:56:15 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 14:56:15 +0000 |
commit | 900aa65a91e2fbd521a79268f17ca64f32dd8bb2 (patch) | |
tree | 1fd3cf104e991d22be6d485dadf45bba41848267 | |
parent | 56a31c69c8359b45a1a53a880ddc3f29be1ed35f (diff) |
Add runtime directory, include Makefile_rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17084 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ef181c6173..8306dae0d2 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 |