summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-07-07 22:27:05 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-07-07 22:27:05 +0000
commitf8873ed9d8cebf3352bcefc1239acb3bb37cccc1 (patch)
tree3567b476c3d7fabd14dedb9ac8013d362c3e85c3 /Makefile.rules
parent2988612f1bda9ef15fb23dbc64931c94d874d0c0 (diff)
downloadllvm-f8873ed9d8cebf3352bcefc1239acb3bb37cccc1.tar.gz
llvm-f8873ed9d8cebf3352bcefc1239acb3bb37cccc1.tar.bz2
llvm-f8873ed9d8cebf3352bcefc1239acb3bb37cccc1.tar.xz
Removed an extra slash that appears in the path name when these variables are
combined with a '/' separating them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
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