aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-20 18:37:37 +0000
committerChris Lattner <sabre@nondot.org>2002-11-20 18:37:37 +0000
commitcfe487296c66d7f9b55ea31bb33442e23975f3e5 (patch)
tree26d86332e033fe23d7f585a1cb52afb828feabcd /lib/Target/Makefile
parent6e6026b46569b01f8f6d4dcdb6c899c3a9c76b3e (diff)
Don't build X86 target yet
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r--lib/Target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile
index 32032a66be..4228cc97d2 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS = Sparc X86
+DIRS = Sparc #X86
LIBRARYNAME = target
BUILD_ARCHIVE = 1