From f3d54db24ee7fd6b49dd9f7ed4fe48fda3e16676 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 30 Sep 2003 12:25:25 +0000 Subject: "CC_VERSION" is always defined. So we don't need to check that. --- emulators/uae/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/uae') diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index ca7be45ef0a..415a603340d 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/09/24 12:33:22 tron Exp $ +# $NetBSD: Makefile,v 1.27 2003/09/30 12:25:25 tron Exp $ DISTNAME= uae-0.8.22 PKGNAME= ${DISTNAME} @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --enable-dga --enable-vidmode --disable-ui .include "../../mk/bsd.prefs.mk" -.if defined(CC_VERSION) && !empty(CC_VERSION:Mgcc-3.*) +.if !empty(CC_VERSION:Mgcc-3.*) post-configure: ${TOUCH} ${WRKSRC}/src/tools/cpuopti.o ${CP} ${CAT} ${WRKSRC}/src/tools/cpuopti -- cgit v1.2.3