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:
parent
92dcb47425
commit
6d2478ad74
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user