summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-22 21:01:44 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-22 21:01:44 +0000
commit8fa2d383f526166770ff6c5c49db6a7bc1c29d84 (patch)
tree533303033484a410e55f16545fdf82a9765b30df /Makefile.config.in
parent989d95197e9d5a5166638bf8e3ee75b3b8230a2b (diff)
downloadllvm-8fa2d383f526166770ff6c5c49db6a7bc1c29d84.tar.gz
llvm-8fa2d383f526166770ff6c5c49db6a7bc1c29d84.tar.bz2
llvm-8fa2d383f526166770ff6c5c49db6a7bc1c29d84.tar.xz
Remove the unused SourceDir variable (use BUILD_SRC_DIR)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 4bf5963548..0ff3286b11 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -150,11 +150,6 @@ ifndef LLVM_SRC_ROOT
LLVM_SRC_ROOT := $(BUILD_SRC_ROOT)
endif
-# Set SourceDir for backwards compatbility.
-ifndef SourceDir
-SourceDir=$(BUILD_SRC_DIR)
-endif
-
# Handle configured libraries
HAVE_BZIP2 := @HAVE_BZIP2@
HAVE_ZLIB := @HAVE_ZLIB@