[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/McCat/03-testtrie/Makefile

Jeff Cohen jeffc at jolt-lang.org
Thu Mar 29 17:16:48 PDT 2007



Changes in directory llvm-test/MultiSource/Benchmarks/McCat/03-testtrie:

Makefile updated: 1.5 -> 1.6
---
Log message:

Fix for src != obj.

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

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-test/MultiSource/Benchmarks/McCat/03-testtrie/Makefile
diff -u llvm-test/MultiSource/Benchmarks/McCat/03-testtrie/Makefile:1.5 llvm-test/MultiSource/Benchmarks/McCat/03-testtrie/Makefile:1.6
--- llvm-test/MultiSource/Benchmarks/McCat/03-testtrie/Makefile:1.5	Wed Sep  1 09:33:24 2004
+++ llvm-test/MultiSource/Benchmarks/McCat/03-testtrie/Makefile	Thu Mar 29 19:16:31 2007
@@ -1,7 +1,7 @@
 LEVEL = ../../../..
 PROG = testtrie
 LDFLAGS = -lm
-RUN_OPTIONS += testtrie.in2
-#STDIN_FILENAME = benchmark.in3
+RUN_OPTIONS += $(PROJ_SRC_DIR)/testtrie.in2
+#STDIN_FILENAME = $(PROJ_SRC_DIR)/benchmark.in3
 include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list