[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sat May 31 18:18:01 PDT 2003


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/254.gap:

Makefile updated: 1.1 -> 1.2

---
Log message:

Pass standard input in correctly!



---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.1 llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.2
--- llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile:1.1	Thu May 15 15:48:11 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/254.gap/Makefile	Sat May 31 18:17:27 2003
@@ -1,5 +1,6 @@
 LEVEL = ../../../../../..
-RUN_OPTIONS     = -l ./ -q -m 64M \< $(RUN_TYPE).in
+RUN_OPTIONS     = -l ./ -q -m 64M
 STDOUT_FILENAME = $(RUN_TYPE).out
+STDIN_FILENAME  = $(RUN_TYPE).in
 CPPFLAGS = -DSYS_IS_USG -DSYS_HAS_CALLOC_PROTO -DSYS_HAS_IOCTL_PROTO -DSYS_HAS_TIME_PROTO
 include ../../Makefile.spec





More information about the llvm-commits mailing list