From eb32ffe2f8c60a7577447f4b4e1d8791d6665367 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 5 Sep 2004 08:18:23 +0000 Subject: [PATCH] Per Bug 257 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16182 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 173553a4b31..c3244d66093 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = Programs +DIRS = # # Make QMTest the default for testing features and regressions -- 2.34.1