[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 15 14:00:16 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/McCat/04-bisect:

Makefile updated: 1.3 -> 1.4

---
Log message:

Changes to handle relocation of test to a new subdirectory


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile
diff -u llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile:1.3 llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile:1.4
--- llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile:1.3	Sun Jun  1 21:02:07 2003
+++ llvm/test/Programs/MultiSource/McCat/04-bisect/Makefile	Fri Aug 15 13:59:15 2003
@@ -1,4 +1,4 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
 PROG = bisect
 LDFLAGS = -lm
 #RUN_OPTIONS += 
@@ -7,5 +7,4 @@
 # 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