[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat-17-bintr/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Jun 1 21:04:10 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/McCat-17-bintr:

Makefile updated: 1.1 -> 1.2

---
Log message:

s/INPUT_FILENAME/STDIN_FILENAME/


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/McCat-17-bintr/Makefile
diff -u llvm/test/Programs/MultiSource/McCat-17-bintr/Makefile:1.1 llvm/test/Programs/MultiSource/McCat-17-bintr/Makefile:1.2
--- llvm/test/Programs/MultiSource/McCat-17-bintr/Makefile:1.1	Mon May 12 13:34:21 2003
+++ llvm/test/Programs/MultiSource/McCat-17-bintr/Makefile	Sun Jun  1 21:02:11 2003
@@ -2,6 +2,6 @@
 PROG = bintr
 LDFLAGS = -lm
 #RUN_OPTIONS += 
-INPUT_FILENAME = bnchmrk.in1
+STDIN_FILENAME = bnchmrk.in1
 include ../Makefile.multisrc
 





More information about the llvm-commits mailing list