Build skeleton target
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jul 2004 07:12:46 +0000 (07:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jul 2004 07:12:46 +0000 (07:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14876 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/Makefile

index 1463893648f70eb5c63f73cf17cf8b8a8e43ddca..d620983e1a711cd1ac42d401498d9f54ce013ae7 100644 (file)
@@ -1,4 +1,4 @@
-#===- tools/llc/Makefile ------------------------------*- Makefile -*-===##
+#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,12 +6,13 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 TOOLNAME = llc
 USEDLIBS = cwriter \
            sparcv9 \
            x86 \
-           powerpc \
+           skeleton \
            selectiondag \
            sparcv9regalloc \
            sched \