Add runtime directory, include Makefile_rules
authorReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 14:56:15 +0000 (14:56 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 14:56:15 +0000 (14:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17084 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.am

index ef181c6173a8f8f8d38aaedf42e5445363b21fe1..8306dae0d279302b4c92ad2a24c9a95acc4ef1ad 100644 (file)
@@ -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