summaryrefslogtreecommitdiff
path: root/mk/compiler/ccc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/compiler/ccc.mk')
-rw-r--r--mk/compiler/ccc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/compiler/ccc.mk b/mk/compiler/ccc.mk
index afd72f0c41b..9f94cdc92c2 100644
--- a/mk/compiler/ccc.mk
+++ b/mk/compiler/ccc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ccc.mk,v 1.14 2006/10/22 00:14:17 rillig Exp $
+# $NetBSD: ccc.mk,v 1.15 2006/12/15 12:46:24 martti Exp $
#
# This is the compiler definition for the Compaq C Compilers.
#
@@ -56,7 +56,7 @@ CXXFLAGS+= -ieee
# _LANGUAGES.<compiler> is ${LANGUAGES.<compiler>} restricted to the
# ones requested by the package in USE_LANGUAGES.
-#
+#
_LANGUAGES.ccc= # empty
.for _lang_ in ${USE_LANGUAGES}
_LANGUAGES.ccc+= ${LANGUAGES.ccc:M${_lang_}}
@@ -70,7 +70,7 @@ PREPEND_PATH+= ${_CCC_DIR}/bin
# Create compiler driver scripts in ${WRKDIR}.
.for _var_ in ${_CCC_VARS}
. if !target(${_CCC_${_var_}})
-override-tools: ${_CCC_${_var_}}
+override-tools: ${_CCC_${_var_}}
${_CCC_${_var_}}:
${_PKG_SILENT}${_PKG_DEBUG}${MKDIR} ${.TARGET:H}
${_PKG_SILENT}${_PKG_DEBUG} \