make: this looks more appropriate although functional no issues

This commit is contained in:
Franco Fichtner 2021-07-26 22:05:45 +02:00
parent 4697d2e30d
commit 4ccd8ee81b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ _CONFIGDIR= ${TOOLSDIR}/config/${SETTINGS}
_CONFIGDIR!= find -s ${TOOLSDIR}/config -type d -depth 1
.endif
CONFIGDIR= ${_CONFIGDIR:[1]}
CONFIGDIR?= ${_CONFIGDIR:[1]}
SETTINGS?= ${CONFIGDIR:C/^.*\///}
.include "${CONFIGDIR}/build.conf"