[llvm-commits] CVS: llvm/test/Programs/MultiSource/Olden/bisort/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 15 14:06:27 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Olden/bisort:

Makefile updated: 1.4 -> 1.5

---
Log message:

Relocate tests into an Olden directory


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Olden/bisort/Makefile
diff -u llvm/test/Programs/MultiSource/Olden/bisort/Makefile:1.4 llvm/test/Programs/MultiSource/Olden/bisort/Makefile:1.5
--- llvm/test/Programs/MultiSource/Olden/bisort/Makefile:1.4	Fri Jun 20 18:03:21 2003
+++ llvm/test/Programs/MultiSource/Olden/bisort/Makefile	Fri Aug 15 14:05:33 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
 
 PROG     = bisort
 CPPFLAGS = -DTORONTO
@@ -9,5 +9,5 @@
 else
 RUN_OPTIONS = 700000
 endif
+include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
 
-include	../Makefile.multisrc





More information about the llvm-commits mailing list