summaryrefslogtreecommitdiff
path: root/mk/compiler/sunpro.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/compiler/sunpro.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 0d4a5946550..e855d1983a8 100644
--- a/mk/compiler/sunpro.mk
+++ b/mk/compiler/sunpro.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro.mk,v 1.4 2004/02/02 11:04:17 jlam Exp $
+# $NetBSD: sunpro.mk,v 1.5 2004/02/03 20:38:39 jlam Exp $
.if !defined(COMPILER_SUNPRO_MK)
COMPILER_SUNPRO_MK= defined
@@ -12,7 +12,7 @@ SUNWSPROBASE?= /opt/SUNWspro
LANGUAGES.sunpro= c c++
_LANGUAGES.sunpro= # empty
.for _lang_ in ${USE_LANGUAGES}
-_LANGUAGES.sunpro= ${LANGUAGES.sunpro:M${_lang_}}
+_LANGUAGES.sunpro+= ${LANGUAGES.sunpro:M${_lang_}}
.endfor
.if !empty(_LANGUAGES.sunpro)