Use latest version

This commit is contained in:
Simon J. Gerraty 2014-11-21 19:56:27 +00:00
parent 51486565d8
commit 566bf19ac8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=274815

View File

@ -34,6 +34,9 @@ Mkdirs= Mkdirs() { \
# if MKOBJDIRS is set to auto (and NOOBJ isn't defined) do some magic...
# This will automatically create objdirs as needed.
# Skip it if we are just doing 'clean'.
.if ${MK_AUTO_OBJ:Uno} == "yes"
MKOBJDIRS= auto
.endif
.if !defined(NOOBJ) && !defined(NO_OBJ) && ${MKOBJDIRS:Uno} == auto
# Use __objdir here so it is easier to tweak without impacting
# the logic.