projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
989d951
)
Remove the unused SourceDir variable (use BUILD_SRC_DIR)
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 22 Oct 2004 21:01:44 +0000
(21:01 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 22 Oct 2004 21:01:44 +0000
(21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17165
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.config.in
patch
|
blob
|
history
diff --git
a/Makefile.config.in
b/Makefile.config.in
index 4bf59635482f754bbbc8758c5a78249ee3ace3cd..0ff3286b11fa32ffc83050f7f7b17f8f1754f207 100644
(file)
--- 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@