[llvm-commits] CVS: llvm/utils/TableGen/Makefile.am 
    Reid Spencer 
    reid at x10sys.com
       
    Wed Oct 13 04:49:02 PDT 2004
    
    
  
Changes in directory llvm/utils/TableGen:
Makefile.am updated: 1.1 -> 1.2
---
Log message:
Updates for changes in Makefile rules.
---
Diffs of the changes:  (+1 -1)
Index: llvm/utils/TableGen/Makefile.am
diff -u llvm/utils/TableGen/Makefile.am:1.1 llvm/utils/TableGen/Makefile.am:1.2
--- llvm/utils/TableGen/Makefile.am:1.1	Sun Oct 10 15:33:14 2004
+++ llvm/utils/TableGen/Makefile.am	Wed Oct 13 06:48:50 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
 
 bin_PROGRAMS = TableGen
 
    
    
More information about the llvm-commits
mailing list