[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Olden/bh:
Makefile updated: 1.11 -> 1.12
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.11 llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.12
--- llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile:1.11 Fri Nov 14 19:34:54 2003
+++ llvm-test/MultiSource/Benchmarks/Olden/bh/Makefile Wed Sep 1 09:33:25 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
PROG = bh
CPPFLAGS = -DTORONTO
@@ -6,5 +6,5 @@
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 40000 30
endif
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list