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

This commit is contained in:
Simon J. Gerraty 2015-05-24 02:45:15 +00:00
parent 1253b02bf9
commit 89ea69b2fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=283347

View file

@ -158,14 +158,6 @@ TARGET_MACHINE= host
OBJTOP := ${HOST_OBJTOP}
.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
.ifndef WITHOUT_META_MODE
WITH_META_MODE= yes