From 36061dab060d5a50fd18359e528bb41afe0f9b68 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 11 Mar 2004 04:42:41 +0000 Subject: [PATCH] Remove ghostly directory from the build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12285 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 27e89c1d402..f4a6908fa1c 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. -DIRS = CBackend X86 SparcV9 SparcV8 PowerPC +DIRS = CBackend X86 SparcV9 PowerPC LIBRARYNAME = target BUILD_ARCHIVE = 1 -- 2.11.0