[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat-05-eks/Makefile

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


Changes in directory llvm/test/Programs/MultiSource/McCat-05-eks:

Makefile updated: 1.1 -> 1.2

---
Log message:

s/INPUT_FILENAME/STDIN_FILENAME/


---
Diffs of the changes:

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





More information about the llvm-commits mailing list