[llvm-commits] CVS: llvm/Makefile.am
Reid Spencer
reid at x10sys.com
Sun Oct 17 07:57:02 PDT 2004
Changes in directory llvm:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Add runtime directory, include Makefile_rules
---
Diffs of the changes: (+2 -2)
Index: llvm/Makefile.am
diff -u llvm/Makefile.am:1.1 llvm/Makefile.am:1.2
--- llvm/Makefile.am:1.1 Sun Oct 10 14:13:03 2004
+++ llvm/Makefile.am Sun Oct 17 09:56:15 2004
@@ -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
More information about the llvm-commits
mailing list