[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Stanford/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/SingleSource/Benchmarks/Stanford:
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/SingleSource/Benchmarks/Stanford/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Stanford/Makefile:1.4 llvm-test/SingleSource/Benchmarks/Stanford/Makefile:1.5
--- llvm-test/SingleSource/Benchmarks/Stanford/Makefile:1.4 Mon Jul 19 20:07:50 2004
+++ llvm-test/SingleSource/Benchmarks/Stanford/Makefile Wed Sep 1 09:33:26 2004
@@ -1,5 +1,5 @@
-LEVEL = ../../../../..
+LEVEL = ../../..
LDFLAGS += -lm
FP_TOLERANCE = 0.001
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list