[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/197.parser/Makefile

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


Changes in directory llvm/test/Programs/External/SPEC/CINT2000/197.parser:

Makefile updated: 1.1 -> 1.2

---
Log message:

Pass standard input in correctly!


---
Diffs of the changes:

Index: llvm/test/Programs/External/SPEC/CINT2000/197.parser/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/197.parser/Makefile:1.1 llvm/test/Programs/External/SPEC/CINT2000/197.parser/Makefile:1.2
--- llvm/test/Programs/External/SPEC/CINT2000/197.parser/Makefile:1.1	Sat May 17 17:32:55 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/197.parser/Makefile	Sat May 31 18:17:26 2003
@@ -1,5 +1,6 @@
 LEVEL = ../../../../../..
-RUN_OPTIONS     = 2.1.dict -batch \< $(RUN_TYPE).in
+RUN_OPTIONS     = 2.1.dict -batch
+STDIN_FILENAME  = $(RUN_TYPE).in
 STDOUT_FILENAME = $(RUN_TYPE).out
 CPPFLAGS =
 include ../../Makefile.spec





More information about the llvm-commits mailing list