[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench:
Makefile updated: 1.6 -> 1.7
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/MultiSource/Benchmarks/MallocBench/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/Makefile:1.6 llvm-test/MultiSource/Benchmarks/MallocBench/Makefile:1.7
--- llvm-test/MultiSource/Benchmarks/MallocBench/Makefile:1.6 Fri Feb 20 12:11:23 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/Makefile Wed Sep 1 09:33:23 2004
@@ -1,3 +1,3 @@
-LEVEL = ../../../../..
+LEVEL = ../../..
PARALLEL_DIRS := cfrac espresso gs make perl
-include $(LEVEL)/test/Programs/Makefile.programs
+include $(LEVEL)/Makefile.programs
More information about the llvm-commits
mailing list