From 29c6d4ec094e8cbd855782cca576b427368bc002 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 20 Dec 2008 10:31:21 +0000 Subject: Removed a "not" operator that accidentally got in here. --- textproc/ispell-base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index e98d65eb5fa..9d67341a8fe 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/10/21 18:25:48 tnn Exp $ +# $NetBSD: Makefile,v 1.33 2008/12/20 10:31:21 rillig Exp $ # DISTNAME= ispell-3.3.02 @@ -20,7 +20,7 @@ MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" -.if exists(/usr/include/inttypes.h) && !empty(MACHINE_PLATFORM:MIRIX-5.3-*) +.if exists(/usr/include/inttypes.h) && empty(MACHINE_PLATFORM:MIRIX-5.3-*) CFLAGS+= -DHAVE_INTTYPES_H .endif -- cgit v1.2.3