Move include of auto.obj.mk to sys.mk

This commit is contained in:
sjg 2015-05-24 02:45:15 +00:00
parent a468125b6d
commit 3d790601e4

View File

@ -158,14 +158,6 @@ TARGET_MACHINE= host
OBJTOP := ${HOST_OBJTOP} OBJTOP := ${HOST_OBJTOP}
.endif .endif
# if you want objdirs make them automatic
# 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
# the logic in bsd.own.mk forces this dance # the logic in bsd.own.mk forces this dance
.ifndef WITHOUT_META_MODE .ifndef WITHOUT_META_MODE
WITH_META_MODE= yes WITH_META_MODE= yes