Fix another inconsistency in the make syntax before I commit my real
changes.
This commit is contained in:
parent
785857595c
commit
83c0f13448
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37003
@ -31,7 +31,7 @@ ALL_TARGET=
|
||||
BUILDHASH= ${WRKSRC}/buildhash
|
||||
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))
|
||||
.if (!defined(ISPELL_FR) && !defined(ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO))
|
||||
pre-everything:
|
||||
@${ECHO_MSG} '*********************************************************'
|
||||
@${ECHO_MSG} '* You can add further dictionaries: *'
|
||||
|
Loading…
Reference in New Issue
Block a user