summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-10 00:37:53 +0000
committerjlam <jlam>2004-02-10 00:37:53 +0000
commitc7a01d11c5b293a8643a7787fd4e72fa0dcc5da8 (patch)
treea9d387ec49ca13fa0119f3376030246bfa64ff7c /mk
parent21221f9ee16906b4a49df91c130d7450d285e88d (diff)
downloadpkgsrc-c7a01d11c5b293a8643a7787fd4e72fa0dcc5da8.tar.gz
Give a better pseudo CC_VERSION for the SunPro C compiler.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler/sunpro.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/sunpro.mk b/mk/compiler/sunpro.mk
index aa83002e394..2e0a703a406 100644
--- a/mk/compiler/sunpro.mk
+++ b/mk/compiler/sunpro.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro.mk,v 1.13 2004/02/09 05:50:03 jlam Exp $
+# $NetBSD: sunpro.mk,v 1.14 2004/02/10 00:37:53 jlam Exp $
.if !defined(COMPILER_SUNPRO_MK)
COMPILER_SUNPRO_MK= one
@@ -37,7 +37,7 @@ _COMPILER_LD_FLAG= # empty
. if exists(${SUNWSPROBASE}/bin/cc)
CC_VERSION!= ${SUNWSPROBASE}/bin/cc -V 2>&1 | ${GREP} '^cc'
. else
-CC_VERSION= sunpro
+CC_VERSION= cc: Sun C
. endif
.endif # COMPILER_SUNPRO_MK