From 0c7c3462bad509367494e0b730f7672eb028acda Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 17 Dec 2012 12:39:46 +0000 Subject: Remove duplicate && --- audio/taglib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile index 1d31e6aa2f9..55f22548837 100644 --- a/audio/taglib/Makefile +++ b/audio/taglib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/12/17 11:10:42 obache Exp $ +# $NetBSD: Makefile,v 1.31 2012/12/17 12:39:46 wiz Exp $ # DISTNAME= taglib-1.8 @@ -30,7 +30,7 @@ SUBST_MESSAGE.pc= Fixing rpath in taglib-config. # # depends on builtin functions which enabled with i486 and later with GCC. # -.if ${OPSYS} == "NetBSD" && && !empty(CC_VERSION:M[4-9]*) && !empty(MACHINE_ARCH:Mi386) +.if ${OPSYS} == "NetBSD" && !empty(CC_VERSION:M[4-9]*) && !empty(MACHINE_ARCH:Mi386) GNU_ARCH.i386= i486 CFLAGS+= -march=i486 .endif -- cgit v1.2.3