diff options
-rw-r--r-- | Makefile.config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 4bf5963548..0ff3286b11 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@ |