diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
commit | 8c0949d312466b11084419d4b64b8bfb02813961 (patch) | |
tree | 9251bf67ea16be6fb55f955f686e3e62b85ae442 /textproc | |
parent | b67226884f97937979a6a1c300a9918daa1e3c94 (diff) |
Use '::' as an dependency operator for pre-everything target. This is
needed because of the special nature of the pre-everything target.
See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
Notes
Notes:
svn path=/head/; revision=52442
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index baa5b30aa208..a3205944ca58 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -32,7 +32,7 @@ MUNCHLIST= ${WRKSRC}/munchlist DATADIR= ${PREFIX}/share/ispell .if (!defined(ISPELL_FR) && !defined(ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO) && !defined(ISPELL_NL) && !defined(ISPELL_DA) && !defined(ISPELL_AF)) -pre-everything: +pre-everything:: @${ECHO_MSG} '*********************************************************' @${ECHO_MSG} '* You can add further dictionaries: *' @${ECHO_MSG} '* Use make-flag: *' |