From 02b41b5aac95858be35f11f8acb55e66b975a8d9 Mon Sep 17 00:00:00 2001 From: obache Date: Wed, 21 May 2014 01:43:50 +0000 Subject: Fixes system endian header detection. PR pkg/48823 --- mk/endian.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/endian.mk') diff --git a/mk/endian.mk b/mk/endian.mk index 16c0efc8821..624d50b2d13 100644 --- a/mk/endian.mk +++ b/mk/endian.mk @@ -1,4 +1,4 @@ -# $NetBSD: endian.mk,v 1.9 2013/11/26 07:25:53 obache Exp $ +# $NetBSD: endian.mk,v 1.10 2014/05/21 01:43:50 obache Exp $ # # Determine the endianness of the platform by checking header files. # @@ -20,7 +20,7 @@ .if !defined(MACHINE_ENDIAN) BUILTIN_FIND_HEADERS_VAR:= _ENDIAN_H -BUILTIN_FIND_HEADERS.ENDIAN_H= endian.h sys/endian.h machine/endian.h \ +BUILTIN_FIND_HEADERS._ENDIAN_H= endian.h sys/endian.h machine/endian.h \ sys/byteorder.h .include "../../mk/buildlink3/find-headers.mk" . if !empty(_ENDIAN_H:M__nonexistent__) -- cgit v1.2.3