[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/power/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/Olden/power:
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/power/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/power/Makefile:1.4 llvm-test/MultiSource/Benchmarks/Olden/power/Makefile:1.5
--- llvm-test/MultiSource/Benchmarks/Olden/power/Makefile:1.4 Wed Jun 2 16:30:07 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/power/Makefile Wed Sep 1 09:33:25 2004
@@ -1,9 +1,9 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
PROG = power
CPPFLAGS = -DTORONTO
LDFLAGS = -lm
FP_TOLERANCE = 0.00001
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list