summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-16 06:53:48 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-16 06:53:48 +0000
commit153626a3c0598ea0b74b38e364184ab6c23ae1da (patch)
treef1446d9cc6108d458f30a12d3aa4f4298fb47c79 /Makefile.config.in
parentf8161d83f0201a32a33a0c875eb43df81d8586ab (diff)
downloadllvm-153626a3c0598ea0b74b38e364184ab6c23ae1da.tar.gz
llvm-153626a3c0598ea0b74b38e364184ab6c23ae1da.tar.bz2
llvm-153626a3c0598ea0b74b38e364184ab6c23ae1da.tar.xz
Don't confuse the LLVM_OBJ_DIR and the PROJ_OBJ_DIR because there might be
a symbolic link making the autoconf name for the directory (LLVM_OBJ_ROOT) and the "make" name for the directory (PROJ_OBJ_ROOT) different. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 7c36e9dbb1..2d03272fe9 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -45,7 +45,7 @@ ifeq ($(PROJECT_NAME),LLVM)
LLVM_SRC_ROOT := @abs_top_srcdir@
LLVM_OBJ_ROOT := @abs_top_builddir@
PROJ_SRC_ROOT := $(LLVM_SRC_ROOT)
-PROJ_SRC_DIR := $(subst //,/,$(LLVM_SRC_ROOT)/$(patsubst $(LLVM_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
+PROJ_SRC_DIR := $(subst //,/,$(LLVM_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_DIR)))
PROJ_prefix := @prefix@
PROJ_bindir := @prefix@/bin
PROJ_libdir := @prefix@/lib