diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-15 06:51:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-15 06:51:04 +0000 |
| commit | 9b3f5f77607032281380fa06e7b188097e606952 (patch) | |
| tree | a629bcc184646515d34be789ae1fc7e19ae00e6b /tools | |
| parent | f246e4a17fd469ab781124a678e103d44d637c5f (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile index 4bf29342970c..fee9e4068905 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -10,7 +10,7 @@ INCS= BOOTSTRAPPING?= 0 # Some tools need <sys/endian.h>. -.if !exists(/usr/include/sys/endian.h) +.if !exists(/usr/include/sys/endian.h) || ${BOOTSTRAPPING} < 500000 INCSGROUPS+= SYSHDRS SYSHDRS= endian.h SYSHDRSDIR= ${INCLUDEDIR}/sys |
