Removed an extra slash that appears in the path name when these variables are
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 7 Jul 2003 22:27:05 +0000 (22:27 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 7 Jul 2003 22:27:05 +0000 (22:27 +0000)
combined with a '/' separating them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7121 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index 94db697e93e23e4876d4194d24c0022e799f5c2c..907aa87dad9c5f45e758b45c41ce29cc54dccaa1 100644 (file)
@@ -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
index 94db697e93e23e4876d4194d24c0022e799f5c2c..907aa87dad9c5f45e758b45c41ce29cc54dccaa1 100644 (file)
@@ -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