summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-16 07:11:53 +0000
committerChris Lattner <sabre@nondot.org>2004-07-16 07:11:53 +0000
commit9404cce3493848240690516f50680958ce652a57 (patch)
treea6dd63db61a0e2aff1de703cd263f7fab36f01ab
parent5ad021c8d484d383a145bbadcbd29e6b1db19c12 (diff)
downloadllvm-9404cce3493848240690516f50680958ce652a57.tar.gz
llvm-9404cce3493848240690516f50680958ce652a57.tar.bz2
llvm-9404cce3493848240690516f50680958ce652a57.tar.xz
Build the skeleton target
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14875 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile
index f4a6908fa1..cedd70f68e 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-DIRS = CBackend X86 SparcV9 PowerPC
+DIRS = CBackend X86 SparcV9 Skeleton
LIBRARYNAME = target
BUILD_ARCHIVE = 1