From ead9a945ea912b00807e49a5628375ca3df14672 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 29 Sep 2003 15:02:30 +0000 Subject: [PATCH 1/1] Moved code from llvm/lib/Support to llvm/support/lib/Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8735 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Makefile | 2 +- support/lib/Support/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Support/Makefile b/lib/Support/Makefile index 7b263b79c88..d52d7315bf8 100644 --- a/lib/Support/Makefile +++ b/lib/Support/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../.. +LEVEL = ../../.. LIBRARYNAME = support BUILD_ARCHIVE = 1 diff --git a/support/lib/Support/Makefile b/support/lib/Support/Makefile index 7b263b79c88..d52d7315bf8 100644 --- a/support/lib/Support/Makefile +++ b/support/lib/Support/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../.. +LEVEL = ../../.. LIBRARYNAME = support BUILD_ARCHIVE = 1 -- 2.34.1