[llvm-commits] CVS: llvm/lib/Makefile.am
Reid Spencer
reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004
Changes in directory llvm/lib:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Update to reflect changes in Makefile rules.
---
Diffs of the changes: (+3 -3)
Index: llvm/lib/Makefile.am
diff -u llvm/lib/Makefile.am:1.1 llvm/lib/Makefile.am:1.2
--- llvm/lib/Makefile.am:1.1 Sun Oct 10 15:36:05 2004
+++ llvm/lib/Makefile.am Wed Oct 13 06:46:51 2004
@@ -7,7 +7,7 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-SUBDIRS = Analysis AsmParser Bytecode CodeGen Debugger ExecutionEngine Target \
- Transforms VMCore
+SUBDIRS = VMCore Bytecode AsmParser Analysis Transforms CodeGen Target \
+ ExecutionEngine Debugger
More information about the llvm-commits
mailing list