diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-11 04:09:47 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-11 04:09:47 +0000 |
| commit | 125297980a0815c909a524e318fa5c6c387de271 (patch) | |
| tree | 7494cbbdffce866346bb35d1d86b17068c361e5b /Makefile | |
| parent | 5202371725003c60d21a304410b6e59f1f73eb50 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index a80dec9b3470a..40af8caf23cf7 100644 --- a/Makefile +++ b/Makefile @@ -301,7 +301,7 @@ kernel: buildkernel installkernel upgrade_checks: .if ${HAVE_MAKE} != ${WANT_MAKE} || \ (defined(WANT_MAKE_VERSION) && ${MAKE_VERSION} < ${WANT_MAKE_VERSION}) - @(cd ${.CURDIR} && ${MAKE} ${WANT_MAKE:S,^f,,}) + @${_+_}(cd ${.CURDIR} && ${MAKE} ${WANT_MAKE:S,^f,,}) .endif # |
