mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Revert previous change - doesn't cover all cases.
This commit is contained in:
parent
a69a8c422a
commit
a14f4e2fc1
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue