diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-09-11 13:55:35 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-09-11 13:55:35 +0000 |
commit | 0c7ee9f95d42967ab32808ddee1ac05faa0f2781 (patch) | |
tree | df0c6bfd8ca330b13de546edf869b9df70c10bee /chinese | |
parent | I forgot this file. (diff) |
Use `::' operator for pre-everything target.
Submitted by: "Dan Langille" <dan@langille.org>
Notes
Notes:
svn path=/head/; revision=47667
Diffstat (limited to 'chinese')
-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\"" |