[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Mar 7 17:10:17 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT95/130.li:

Makefile updated: 1.2 -> 1.3

---
Log message:

Make benchmark work with both test nad train inputs


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

Index: llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile:1.2 llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile:1.3
--- llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile:1.2	Sun Feb 29 18:30:58 2004
+++ llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile	Fri Mar  5 22:05:47 2004
@@ -1,5 +1,5 @@
 LEVEL = ../../../../../..
-REQUIRES_EH_SUPPORT = 1
-STDIN_FILENAME  := train.lsp
-STDOUT_FILENAME := train.out
 include ../../Makefile.spec95
+REQUIRES_EH_SUPPORT = 1
+STDIN_FILENAME  := $(RUN_TYPE).lsp
+STDOUT_FILENAME := $(RUN_TYPE).out





More information about the llvm-commits mailing list