[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Shootout/Makefile

John Criswell criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004



Changes in directory llvm-test/SingleSource/Benchmarks/Shootout:

Makefile updated: 1.5 -> 1.6
---
Log message:

Migrating test suite out of the source tree.



---
Diffs of the changes:  (+2 -2)

Index: llvm-test/SingleSource/Benchmarks/Shootout/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Shootout/Makefile:1.5 llvm-test/SingleSource/Benchmarks/Shootout/Makefile:1.6
--- llvm-test/SingleSource/Benchmarks/Shootout/Makefile:1.5	Tue Jun  8 12:21:42 2004
+++ llvm-test/SingleSource/Benchmarks/Shootout/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