mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Removed an extra slash that appears in the path name when these variables are
combined with a '/' separating them. llvm-svn: 7121
This commit is contained in:
parent
32080d455d
commit
e377ce4ef6
@ -89,7 +89,7 @@ endif
|
||||
# Determine the path of the source tree relative from $HOME (the mythical
|
||||
# home directory).
|
||||
#
|
||||
HOME_OBJ_ROOT := $(OBJ_ROOT)/$(patsubst $(HOME)%,%,$(BUILD_SRC_ROOT))
|
||||
HOME_OBJ_ROOT := $(OBJ_ROOT)$(patsubst $(HOME)%,%,$(BUILD_SRC_ROOT))
|
||||
|
||||
#
|
||||
# Set the object build directory. Its location depends upon the source path
|
||||
|
@ -89,7 +89,7 @@ endif
|
||||
# Determine the path of the source tree relative from $HOME (the mythical
|
||||
# home directory).
|
||||
#
|
||||
HOME_OBJ_ROOT := $(OBJ_ROOT)/$(patsubst $(HOME)%,%,$(BUILD_SRC_ROOT))
|
||||
HOME_OBJ_ROOT := $(OBJ_ROOT)$(patsubst $(HOME)%,%,$(BUILD_SRC_ROOT))
|
||||
|
||||
#
|
||||
# Set the object build directory. Its location depends upon the source path
|
||||
|
Loading…
Reference in New Issue
Block a user