[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Dhrystone/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:24 PDT 2004
Changes in directory llvm-test/SingleSource/Benchmarks/Dhrystone:
Makefile updated: 1.1 -> 1.2
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/SingleSource/Benchmarks/Dhrystone/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Dhrystone/Makefile:1.1 llvm-test/SingleSource/Benchmarks/Dhrystone/Makefile:1.2
--- llvm-test/SingleSource/Benchmarks/Dhrystone/Makefile:1.1 Thu Sep 11 12:58:23 2003
+++ llvm-test/SingleSource/Benchmarks/Dhrystone/Makefile Wed Sep 1 09:33:26 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../../..
+LEVEL = ../../..
LDFLAGS += -lm
-include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
+include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list