1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Remove the unused SourceDir variable (use BUILD_SRC_DIR)

llvm-svn: 17165
This commit is contained in:
Reid Spencer 2004-10-22 21:01:44 +00:00
parent 92dcb47425
commit 6d2478ad74

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@