From: Reid Spencer Date: Fri, 22 Oct 2004 21:01:44 +0000 (+0000) Subject: Remove the unused SourceDir variable (use BUILD_SRC_DIR) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8fa2d383f526166770ff6c5c49db6a7bc1c29d84;p=oota-llvm.git 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 --- diff --git a/Makefile.config.in b/Makefile.config.in index 4bf59635482..0ff3286b11f 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@