Mark targets with _SUBDIR as .PHONY.

This is mostly fixing META_MODE with realinstall wanting a .meta
file when it does not need one.  These targets really should
always run though since they have _SUBDIR on them.

Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-06-15 23:58:09 +00:00
parent 33f4d7d18f
commit c0c29c5585

View File

@ -158,9 +158,9 @@ ${__target}_subdir_${DIRPRFX}${__dir}: .PHONY .MAKE .SILENT ${__deps}
${_SUBDIR_SH};
.endif
.endfor # __dir in ${SUBDIR}
${__target}: ${__subdir_targets}
${__target}: ${__subdir_targets} .PHONY
.else
${__target}: _SUBDIR
${__target}: _SUBDIR .PHONY
.endif # SUBDIR_PARALLEL || _is_standalone_target
.endif # make(${__target})
.endfor # __target in ${SUBDIR_TARGETS}