summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 10:14:32 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 10:14:32 +0000
commit48c7253054385572f22888380e81b0cc4231f42b (patch)
tree0979a43046d9b839a36f209a6c6cb48329694fd4 /Makefile.config.in
parentc0efff86a53d711b65e4423c69fc2f0e910d3e47 (diff)
downloadllvm-48c7253054385572f22888380e81b0cc4231f42b.tar.gz
llvm-48c7253054385572f22888380e81b0cc4231f42b.tar.bz2
llvm-48c7253054385572f22888380e81b0cc4231f42b.tar.xz
Fixing (harmless) typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 34ad773918..778c4e867e 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -105,9 +105,6 @@ BUILD_EXEEXT=@BUILD_EXEEXT@
# Target triple (cpu-vendor-os) for which we should generate code
TARGET_TRIPLE=@target@
-# Targets that we should build
-TARGETS_TO_BUILD=@TARGETS_TO_BUILD@
-
# Extra options to compile LLVM with
EXTRA_OPTIONS=@EXTRA_OPTIONS@