[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile

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


Changes in directory llvm/test/Programs/MultiSource/McCat-01-qbsort:

Makefile updated: 1.1 -> 1.2

---
Log message:

s/INPUT_FILENAME/STDIN_FILENAME/



---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile
diff -u llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile:1.1 llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile:1.2
--- llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile:1.1	Mon May 12 13:51:52 2003
+++ llvm/test/Programs/MultiSource/McCat-01-qbsort/Makefile	Sun Jun  1 21:02:04 2003
@@ -2,6 +2,6 @@
 PROG = qbsort
 LDFLAGS = -lm
 #RUN_OPTIONS += 
-INPUT_FILENAME = benchmark.in3
+STDIN_FILENAME = benchmark.in3
 include ../Makefile.multisrc
 





More information about the llvm-commits mailing list