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

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



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

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

Migrating test suite out of the source tree.



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

Index: llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile:1.6 llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile:1.7
--- llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile:1.6	Fri Sep 12 11:02:25 2003
+++ llvm-test/MultiSource/Benchmarks/Olden/em3d/Makefile	Wed Sep  1 09:33:25 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
 
 PROG       = em3d
 CPPFLAGS   = -DTORONTO
@@ -8,5 +8,5 @@
 RUN_OPTIONS = 1024 1000 125
 endif
 
-include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list