Remove the unused SourceDir variable (use BUILD_SRC_DIR)
authorReid Spencer <rspencer@reidspencer.com>
Fri, 22 Oct 2004 21:01:44 +0000 (21:01 +0000)
committerReid 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

index 4bf59635482f754bbbc8758c5a78249ee3ace3cd..0ff3286b11fa32ffc83050f7f7b17f8f1754f207 100644 (file)
@@ -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@