[llvm-commits] CVS: llvm/test/Programs/MultiSource/McCat/12-IOtest/Makefile

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


Changes in directory llvm/test/Programs/MultiSource/McCat/12-IOtest:

Makefile updated: 1.1 -> 1.2

---
Log message:

Changes to handle relocation of test to a new subdirectory



---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/McCat/12-IOtest/Makefile
diff -u llvm/test/Programs/MultiSource/McCat/12-IOtest/Makefile:1.1 llvm/test/Programs/MultiSource/McCat/12-IOtest/Makefile:1.2
--- llvm/test/Programs/MultiSource/McCat/12-IOtest/Makefile:1.1	Mon May 12 13:47:22 2003
+++ llvm/test/Programs/MultiSource/McCat/12-IOtest/Makefile	Fri Aug 15 13:59:19 2003
@@ -1,6 +1,6 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
 PROG = iotest
 #LDFLAGS = -lm
 #RUN_OPTIONS += trie.in1
-include ../Makefile.multisrc
+include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
 





More information about the llvm-commits mailing list