[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/McCat/15-trie/Makefile
Jeff Cohen
jeffc at jolt-lang.org
Thu Mar 29 17:18:41 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/McCat/15-trie:
Makefile updated: 1.4 -> 1.5
---
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/McCat/15-trie/Makefile
diff -u llvm-test/MultiSource/Benchmarks/McCat/15-trie/Makefile:1.4 llvm-test/MultiSource/Benchmarks/McCat/15-trie/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/McCat/15-trie/Makefile:1.4 Wed Sep 1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/McCat/15-trie/Makefile Thu Mar 29 19:18:24 2007
@@ -1,7 +1,7 @@
LEVEL = ../../../..
PROG = trie
LDFLAGS = -lm
-RUN_OPTIONS += trie.in1
+RUN_OPTIONS += $(PROJ_SRC_DIR)/trie.in1
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list