diff options
-rw-r--r-- | chinese/zhcon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/zhcon/Makefile b/chinese/zhcon/Makefile index 90bda9bac738..50790c8e1780 100644 --- a/chinese/zhcon/Makefile +++ b/chinese/zhcon/Makefile @@ -30,7 +30,7 @@ PLIST_SUB+= BIG5IME="@comment " .endif .if !defined(WITH_BIG5) -pre-everything: +pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with Big5 IME support," @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_BIG5=yes\"" |