From 613758d55d4cce964f29772c209f7f5540c2760c Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 11 Sep 2003 18:03:50 +0000 Subject: Fixed SPEC so that it would run correctly with the new autoconf-style object directory. Added Makefile.spec to the list of files to copy to the object directory. Moved the configuration of $SourceDir to Makefile.config and corrected the conditional that surrounds it. This allows SPEC to reset it and get the correct VPATH. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8475 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.config.in') diff --git a/Makefile.config.in b/Makefile.config.in index fcb1746e75..c0af6382fa 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -233,3 +233,10 @@ ifndef LLVM_SRC_ROOT LLVM_SRC_ROOT := $(BUILD_SRC_ROOT) endif +# +# Set SourceDir for backwards compatbility. +# +ifndef SourceDir +SourceDir=$(BUILD_SRC_DIR) +endif + -- cgit v1.2.3