combined with a '/' separating them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7121
91177308-0d34-0410-b5e6-
96231b3b80d8
# 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
# 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