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
This commit is contained in:
Reid Spencer 2004-10-22 21:01:44 +00:00
parent 989d95197e
commit 8fa2d383f5

View File

@ -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@