summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
-rw-r--r--Makefile.rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 94db697e93..907aa87dad 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -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
diff --git a/Makefile.rules b/Makefile.rules
index 94db697e93..907aa87dad 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -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