[llvm-commits] CVS: llvm/test/Programs/SingleSource/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 14 18:35:00 PST 2003
Changes in directory llvm/test/Programs/SingleSource:
Makefile updated: 1.4 -> 1.5
---
Log message:
Move anagram to multisource suite
---
Diffs of the changes:
Index: llvm/test/Programs/SingleSource/Makefile
diff -u llvm/test/Programs/SingleSource/Makefile:1.4 llvm/test/Programs/SingleSource/Makefile:1.5
--- llvm/test/Programs/SingleSource/Makefile:1.4 Thu Jan 16 13:54:41 2003
+++ llvm/test/Programs/SingleSource/Makefile Fri Feb 14 18:34:24 2003
@@ -1,4 +1,4 @@
LEVEL = ../../..
-PARALLEL_DIRS = UnitTests Shootout Ptrdist-anagram
+PARALLEL_DIRS = UnitTests Shootout
include Makefile.singlesrc
More information about the llvm-commits
mailing list