From 76a92ae84a9d15309d72b7eaed9afb358461f787 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 13 Feb 2004 23:29:20 +0000 Subject: [PATCH] CBackend now lives here git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11415 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 01ad71116b5..89ed3e975d7 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -7,7 +7,7 @@ # ##===----------------------------------------------------------------------===## LEVEL = ../.. -DIRS = Sparc X86 PowerPC +DIRS = CBackend X86 Sparc PowerPC LIBRARYNAME = target BUILD_ARCHIVE = 1