[llvm-commits] CVS: llvm/tools/llc/Makefile.am

Reid Spencer reid at x10sys.com
Wed Oct 13 04:47:14 PDT 2004



Changes in directory llvm/tools/llc:

Makefile.am updated: 1.2 -> 1.3
---
Log message:

Update to reflect changes in Makefile rules.


---
Diffs of the changes:  (+1 -1)

Index: llvm/tools/llc/Makefile.am
diff -u llvm/tools/llc/Makefile.am:1.2 llvm/tools/llc/Makefile.am:1.3
--- llvm/tools/llc/Makefile.am:1.2	Sun Oct 10 17:50:31 2004
+++ llvm/tools/llc/Makefile.am	Wed Oct 13 06:46:52 2004
@@ -7,7 +7,7 @@
 # 
 #===------------------------------------------------------------------------===#
 
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
 
 bin_PROGRAMS = llc
 






More information about the llvm-commits mailing list