[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Olden:
Makefile updated: 1.4 -> 1.5
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/MultiSource/Benchmarks/Olden/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.4 llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/Olden/Makefile:1.4 Thu Dec 18 10:42:06 2003
+++ llvm-test/MultiSource/Benchmarks/Olden/Makefile Wed Sep 1 09:33:25 2004
@@ -1,7 +1,7 @@
# MultiSource/Olden Makefile: Build all subdirectories automatically
-LEVEL = ../../../../..
+LEVEL = ../../..
PARALLEL_DIRS := bh em3d mst power tsp bisort health perimeter treeadd voronoi
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list