Avoid /usr/obj// from r287899
This commit is contained in:
parent
413bae20bb
commit
621ce7a5a6
@ -29,7 +29,7 @@ SB_OBJROOT ?= ${SB}/obj/
|
||||
# this is what we use below
|
||||
OBJROOT ?= ${SB_OBJROOT}
|
||||
.endif
|
||||
OBJROOT ?= /usr/obj/${SRCTOP}/
|
||||
OBJROOT ?= /usr/obj${SRCTOP}/
|
||||
.if ${OBJROOT:M*/} != ""
|
||||
OBJROOT:= ${OBJROOT:H:tA}/
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user