[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden/voronoi/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 15 14:07:28 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Olden/voronoi:
Makefile updated: 1.7 -> 1.8
---
Log message:
Relocate tests into an Olden directory
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Olden/voronoi/Makefile
diff -u llvm/test/Programs/MultiSource/Olden/voronoi/Makefile:1.7 llvm/test/Programs/MultiSource/Olden/voronoi/Makefile:1.8
--- llvm/test/Programs/MultiSource/Olden/voronoi/Makefile:1.7 Fri Jun 20 18:03:23 2003
+++ llvm/test/Programs/MultiSource/Olden/voronoi/Makefile Fri Aug 15 14:05:33 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
PROG = voronoi
INCLUDES = defines.h
@@ -11,4 +11,5 @@
# This program is adversely effected by the underlying precision of the machine
PROGRAM_IS_NONDETERMINISTIC = 1
-include ../Makefile.multisrc
+include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
+
More information about the llvm-commits
mailing list