From f708c7901d3b48e2fff2f5913689dd9bf78c9fb9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 5 Oct 2003 19:24:38 +0000 Subject: [PATCH] Move support/lib/Support back to lib/Support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8874 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/Makefile b/lib/Support/Makefile index d52d7315bf8..7b263b79c88 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../.. +LEVEL = ../.. LIBRARYNAME = support BUILD_ARCHIVE = 1 -- 2.34.1