From 24d5b5440929de9526a6f56e677b8849f624fc21 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 16 Oct 2007 23:48:58 +0000 Subject: Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. --- comms/pilot-link-libs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/pilot-link-libs') diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index 696a15e7be1..0006cf07046 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/01/26 01:26:46 markd Exp $ +# $NetBSD: Makefile,v 1.18 2007/10/16 23:56:02 tnn Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -11,7 +11,7 @@ CONFLICTS+= pilot-link<0.9.5 MAKE_ENV+= PILIB="libsock/libpisock.la" MAKE_ENV+= PICCLIB="libcc/libpicc.a" -.if ${LOWER_OPSYS} == "irix5.3" +.if !empty(MACHINE_PLATFORM:MIRIX-5.3-*) CONFIGURE_ENV+= ac_cv_header_inttypes_h="no" .endif -- cgit v1.2.3