[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden/health/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 15 14:06:44 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Olden/health:
Makefile updated: 1.11 -> 1.12
---
Log message:
Relocate tests into an Olden directory
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Olden/health/Makefile
diff -u llvm/test/Programs/MultiSource/Olden/health/Makefile:1.11 llvm/test/Programs/MultiSource/Olden/health/Makefile:1.12
--- llvm/test/Programs/MultiSource/Olden/health/Makefile:1.11 Fri Jun 20 18:03:22 2003
+++ llvm/test/Programs/MultiSource/Olden/health/Makefile Fri Aug 15 14:05:33 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
PROG = health
CPPFLAGS = -DTORONTO
@@ -8,5 +8,5 @@
else
RUN_OPTIONS = 9 20 1
endif
+include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
-include ../Makefile.multisrc
More information about the llvm-commits
mailing list