[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile

Jeff Cohen jeffc at jolt-lang.org
Thu Mar 29 18:09:27 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/MiBench/office-ispell:

Makefile updated: 1.2 -> 1.3
---
Log message:

Fix for src != obj.

---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile:1.2 llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile:1.2	Thu Mar 29 12:00:52 2007
+++ llvm-test/MultiSource/Benchmarks/MiBench/office-ispell/Makefile	Thu Mar 29 20:09:10 2007
@@ -3,6 +3,6 @@
 PROG     = office-ispell
 CPPFLAGS = -Dconst=
 LDFLAGS  = -lm
-RUN_OPTIONS = -a -d americanmed+ < $(PROJ_SRC_DIR)/large.txt
+RUN_OPTIONS = -a -d $(PROJ_SRC_DIR)/americanmed+ < $(PROJ_SRC_DIR)/large.txt
 
 include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list