diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-13 23:29:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-13 23:29:20 +0000 |
commit | 76a92ae84a9d15309d72b7eaed9afb358461f787 (patch) | |
tree | 99174cc078bbccdffc29af5aa043f51e7b51afde /lib/Target/Makefile | |
parent | e8e7a188ec253f0c403dcb346cfceec70bee63b7 (diff) |
CBackend now lives here
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r-- | lib/Target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 01ad71116b..89ed3e975d 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 |