[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/health/Makefile

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



Changes in directory llvm-test/MultiSource/Benchmarks/Olden/health:

Makefile updated: 1.14 -> 1.15
---
Log message:

Migrating test suite out of the source tree.



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

Index: llvm-test/MultiSource/Benchmarks/Olden/health/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/health/Makefile:1.14 llvm-test/MultiSource/Benchmarks/Olden/health/Makefile:1.15
--- llvm-test/MultiSource/Benchmarks/Olden/health/Makefile:1.14	Tue Apr 13 13:29:19 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/health/Makefile	Wed Sep  1 09:33:25 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
 
 PROG     = health
 CPPFLAGS = -DTORONTO
@@ -11,5 +11,5 @@
 else
 RUN_OPTIONS = 9 20 1
 endif
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list