Revert previous change - doesn't cover all cases.

This commit is contained in:
Simon J. Gerraty 2014-05-19 21:55:47 +00:00
parent a69a8c422a
commit a14f4e2fc1

View file

@ -104,9 +104,8 @@ ${__target}: _SUBDIR
.for __target in files includes
.for __stage in build install
${__stage}${__target}:
_${__stage}${__target}: ${__stage}${__target}
.if make(${__stage}${__target})
_${__stage}${__target}: _SUBDIR
${__stage}${__target}: _SUBDIR
.endif
.endfor
${__target}: .MAKE