aboutsummaryrefslogtreecommitdiff
path: root/lang/compaq-cc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/compaq-cc/Makefile')
-rw-r--r--lang/compaq-cc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile
index f3addb27622c..d2f520ae6377 100644
--- a/lang/compaq-cc/Makefile
+++ b/lang/compaq-cc/Makefile
@@ -46,10 +46,10 @@ USE_LINUX= yes
do-install:
@if [ -z "`kldstat -v | ${GREP} -E 'linux'`" ]; then \
- ${ECHO} 'AlphaLinux mode is not enabled.\
+ ${ECHO_MSG} 'AlphaLinux mode is not enabled.\
Loading AlphaLinux kernel module...' | fmt; \
kldload linux || { \
- ${ECHO} 'The AlphaLinux kernel module could not be loaded.\
+ ${ECHO_MSG} 'The AlphaLinux kernel module could not be loaded.\
Please manually load the module and retry.\
See "man linux" for details.' | fmt; \
${FALSE}; \