[llvm-commits] CVS: llvm/test/Programs/MultiSource/Fhourstones/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 13 15:48:00 PDT 2002


Changes in directory llvm/test/Programs/MultiSource/Fhourstones:

Makefile updated: 1.2 -> 1.3

---
Log message:

Name the result fhourstones instead of c4 to match directory name


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Fhourstones/Makefile
diff -u llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.2 llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.3
--- llvm/test/Programs/MultiSource/Fhourstones/Makefile:1.2	Wed Oct  2 16:40:31 2002
+++ llvm/test/Programs/MultiSource/Fhourstones/Makefile	Sun Oct 13 15:47:21 2002
@@ -1,6 +1,6 @@
 LEVEL = ../../../..
 
-PROG     = c4
+PROG     = fhourstones
 CPPFLAGS = -DUNIX -DTRANSIZE=1050011 -DPROBES=8 -DREPORTPLY=8
 
 # Specify which file provides the contents of stdin for the test run 





More information about the llvm-commits mailing list