[llvm-commits] CVS: llvm/test/Programs/MultiSource/Ptrdist/ft/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Aug 15 14:04:27 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Ptrdist/ft:
Makefile updated: 1.4 -> 1.5
---
Log message:
Changes to handle relocation of test cases to new subdirectory
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Ptrdist/ft/Makefile
diff -u llvm/test/Programs/MultiSource/Ptrdist/ft/Makefile:1.4 llvm/test/Programs/MultiSource/Ptrdist/ft/Makefile:1.5
--- llvm/test/Programs/MultiSource/Ptrdist/ft/Makefile:1.4 Mon Jul 21 18:05:21 2003
+++ llvm/test/Programs/MultiSource/Ptrdist/ft/Makefile Fri Aug 15 14:02:50 2003
@@ -1,5 +1,5 @@
-LEVEL = ../../../..
+LEVEL = ../../../../..
PROG = ft
RUN_OPTIONS += 1500 100000
+include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
-include ../Makefile.multisrc
More information about the llvm-commits
mailing list