mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
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
This commit is contained in:
parent
f8161d83f0
commit
153626a3c0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user