diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-18 21:39:58 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-11-18 21:39:58 +0000 |
| commit | dbf5bd502abb1dcebc1c84dcbecc841fc22925b6 (patch) | |
| tree | 3b8e04ad1089cc3f2c6f2dc98e0b389ffb2c1827 /include/Makefile | |
| parent | 20f680588aaaa700e9a2281a1ca3204581af409b (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 61bfbc69deddf..d59900f245a4e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -376,7 +376,7 @@ symlinks: @touch ${.OBJDIR}/${.TARGET} .endif -.if ${MACHINE} == "host" +.if ${MACHINE} == "host" && !defined(_SKIP_BUILD) # we're here because we are building a sysroot... # we need MACHINE et al set correctly HOST_MACHINE!= uname -m |
