[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Sun Sep 5 01:18:34 PDT 2004
Changes in directory llvm/test:
Makefile updated: 1.54 -> 1.55
---
Log message:
Per Bug 257: http://llvm.cs.uiuc.edu/PR257
The "Programs" directory no longer lives here. It have been moved to its
own cvs module. Check it out into llvm/projects and configure/build it
there.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.54 llvm/test/Makefile:1.55
--- llvm/test/Makefile:1.54 Mon Aug 2 17:29:38 2004
+++ llvm/test/Makefile Sun Sep 5 03:18:23 2004
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = Programs
+DIRS =
#
# Make QMTest the default for testing features and regressions
More information about the llvm-commits
mailing list