diff options
author | tron <tron> | 2003-09-30 12:25:25 +0000 |
---|---|---|
committer | tron <tron> | 2003-09-30 12:25:25 +0000 |
commit | 1f7f7c79ccf438d65e419336ff490367fa8b2bda (patch) | |
tree | de9c04cdb4200c8e834605503c26554b16dff751 | |
parent | 71e33b2a5e97086447ee2e26b55cce4965b8308b (diff) | |
download | pkgsrc-1f7f7c79ccf438d65e419336ff490367fa8b2bda.tar.gz |
"CC_VERSION" is always defined. So we don't need to check that.
-rw-r--r-- | emulators/uae/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |