[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 1 21:03:28 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/McCat-04-bisect:

Makefile updated: 1.2 -> 1.3

---
Log message:

s/INPUT_FILENAME/STDIN_FILENAME/



---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile
diff -u llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile:1.2 llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile:1.3
--- llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile:1.2	Mon May 12 14:58:13 2003
+++ llvm/test/Programs/MultiSource/McCat-04-bisect/Makefile	Sun Jun  1 21:02:07 2003
@@ -2,7 +2,7 @@
 PROG = bisect
 LDFLAGS = -lm
 #RUN_OPTIONS += 
-INPUT_FILENAME = bisect_test.in
+STDIN_FILENAME = bisect_test.in
 
 # This program is adversely effected by the underlying precision of the machine
 PROGRAM_IS_NONDETERMINISTIC = 1





More information about the llvm-commits mailing list