From afb5bd3a4b7cbc27a86e46d7049f3ff7080abdb0 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 15 Apr 2003 06:51:04 +0000 Subject: A version of in RELENG_4 doesn't have 64-bit functions. Spotted by: simokawa --- tools/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build/Makefile') diff --git a/tools/build/Makefile b/tools/build/Makefile index 4bf2934..fee9e40 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -10,7 +10,7 @@ INCS= BOOTSTRAPPING?= 0 # Some tools need . -.if !exists(/usr/include/sys/endian.h) +.if !exists(/usr/include/sys/endian.h) || ${BOOTSTRAPPING} < 500000 INCSGROUPS+= SYSHDRS SYSHDRS= endian.h SYSHDRSDIR= ${INCLUDEDIR}/sys -- cgit v1.1