[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/SingleSource/Benchmarks/Misc:
Makefile updated: 1.2 -> 1.3
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+2 -2)
Index: llvm-test/SingleSource/Benchmarks/Misc/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.2 llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.3
--- llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.2 Tue Apr 13 22:32:46 2004
+++ llvm-test/SingleSource/Benchmarks/Misc/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