[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile
Alkis Evlogimenos
alkis at cs.uiuc.edu
Sun Feb 29 18:32:00 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT95/130.li:
Makefile updated: 1.1 -> 1.2
---
Log message:
Make this work with the train inputs.
---
Diffs of the changes: (+2 -2)
Index: llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile:1.1 llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile:1.2
--- llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile:1.1 Tue Feb 10 11:23:16 2004
+++ llvm/test/Programs/External/SPEC/CINT95/130.li/Makefile Sun Feb 29 18:30:58 2004
@@ -1,5 +1,5 @@
LEVEL = ../../../../../..
REQUIRES_EH_SUPPORT = 1
-STDIN_FILENAME := test.lsp
-STDOUT_FILENAME := test.out
+STDIN_FILENAME := train.lsp
+STDOUT_FILENAME := train.out
include ../../Makefile.spec95
More information about the llvm-commits
mailing list