Skip to content

Commit

Permalink
Appy := to dependent opts once value determined.
Browse files Browse the repository at this point in the history
This is needed to fix output from 'make showconfig'
  • Loading branch information
sgerraty committed Jun 22, 2015
1 parent c79d82d commit abe0339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/mk/bsd.mkopt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ MK_${vv:H}?= no
.else
MK_${vv:H}?= ${MK_${vv:T}}
.endif
MK_${vv:H}:= ${MK_${vv:H}}
.endfor
.undef __DEFAULT_DEPENDENT_OPTIONS

0 comments on commit abe0339

Please sign in to comment.