summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-09 00:27:38 +0000
committerChris Lattner <sabre@nondot.org>2007-12-09 00:27:38 +0000
commitb25a0934cc9961f4988d01e4181b7dad046e03fc (patch)
tree5162abac318343336f2c469193ed37fe1c8122db /tools/Makefile
parent0097555e01683a0c9a25adef75efa1ed611e1705 (diff)
downloadllvm-b25a0934cc9961f4988d01e4181b7dad046e03fc.tar.gz
llvm-b25a0934cc9961f4988d01e4181b7dad046e03fc.tar.bz2
llvm-b25a0934cc9961f4988d01e4181b7dad046e03fc.tar.xz
Fix accidental commit by Bill.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44729 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e642b35263..1173631972 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -16,7 +16,7 @@ PARALLEL_DIRS := llvm-config \
llc llvm-ranlib llvm-ar llvm-nm \
llvm-ld llvmc llvm-prof llvm-link \
lli gccas gccld llvm-extract llvm-db llvm2cpp \
- bugpoint llvm-bcanalyzer llvm-stub cfe
+ bugpoint llvm-bcanalyzer llvm-stub
include $(LEVEL)/Makefile.config