summaryrefslogtreecommitdiff
path: root/lib/Target/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-20 20:17:03 +0000
committerChris Lattner <sabre@nondot.org>2002-11-20 20:17:03 +0000
commit900c23ced0a7635b191896d4c00fad3153dde2b7 (patch)
tree10c94d02f4a3d0a7571b964602f36a6da54985a2 /lib/Target/Makefile
parentda3c8a76748bd366f63f676df312319829c169e8 (diff)
downloadllvm-900c23ced0a7635b191896d4c00fad3153dde2b7.tar.gz
llvm-900c23ced0a7635b191896d4c00fad3153dde2b7.tar.bz2
llvm-900c23ced0a7635b191896d4c00fad3153dde2b7.tar.xz
X86 target builds fine now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4786 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 4228cc97d2..32032a66be 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