diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index fcc8f6d35e490..bc84faaa569ce 100644 --- a/Makefile +++ b/Makefile @@ -189,6 +189,7 @@ _MAKE= PATH=${PATH} ${SUB_MAKE} -f Makefile.inc1 TARGET=${_TARGET} TARGET_ARCH=$ # redundant restaging but is dangerous for user install targets. .if make(distrib*) || make(*install*) _MAKE+= MK_META_MODE=no +.unexport META_MODE .endif # Guess machine architecture from machine type, and vice versa. |
