From 8fa2d383f526166770ff6c5c49db6a7bc1c29d84 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 22 Oct 2004 21:01:44 +0000 Subject: [PATCH] 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 --- Makefile.config.in | 5 ----- 1 file changed, 5 deletions(-) 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@