[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile

Chris Lattner sabre at nondot.org
Wed Oct 11 19:35:42 PDT 2006



Changes in directory llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000:

Makefile updated: 1.1 -> 1.2
---
Log message:

remove space from end of line, which breaks bugpoint-llc target


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile
diff -u llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.1 llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile:1.1	Mon Apr 11 00:22:07 2005
+++ llvm-test/MultiSource/Benchmarks/ASCI_Purple/SMG2000/Makefile	Wed Oct 11 21:35:28 2006
@@ -1,6 +1,6 @@
 LEVEL = ../../../..
 
-PROG     = smg2000 
+PROG     = smg2000
  
 CPPFLAGS += -D_POSIX_SOURCE -DHYPRE_TIMING -DHYPRE_SEQUENTIAL 
 CPPFLAGS += -I. 






More information about the llvm-commits mailing list