We need .OBJDIR done earlier
This commit is contained in:
parent
6c5406e48c
commit
0014c9fea8
@ -93,8 +93,10 @@ OBJTOP := ${HOST_OBJTOP}
|
||||
.endif
|
||||
|
||||
# if you want objdirs make them automatic
|
||||
.if ${MKOBJDIRS:Uno} == "auto"
|
||||
# we need .OBJDIR made before we start populating .PATH
|
||||
.if ${MKOBJDIRS:Uno} == "auto" || defined(WITH_AUTO_OBJ)
|
||||
WITH_AUTO_OBJ= yes
|
||||
MKOBJDIRS=auto
|
||||
.include <auto.obj.mk>
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user