[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Ptrdist/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist:
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/Ptrdist/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/Makefile:1.4 llvm-test/MultiSource/Benchmarks/Ptrdist/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/Ptrdist/Makefile:1.4 Thu Dec 18 10:42:06 2003
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/Makefile Wed Sep 1 09:33:25 2004
@@ -1,7 +1,7 @@
# MultiSource/Ptrdist Makefile: Build all subdirectories automatically
-LEVEL = ../../../../..
+LEVEL = ../../..
PARALLEL_DIRS := anagram bc ft ks yacr2
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list