Ensure the stage_* targets we use exist

This commit is contained in:
Simon J. Gerraty 2023-04-18 20:19:11 -07:00
parent 3743a7be4f
commit cb05ce69c2

View file

@ -135,8 +135,10 @@ _${group}INS_${cnf:T}: ${cnf}
.if ${MK_STAGING} != "no"
. if !empty(STAGE_SETS)
buildconfig: stage_files
stage_files:
. if !empty(STAGE_AS_SETS)
buildconfig: stage_as
stage_as:
. endif
. endif
.endif