Make pre-fetch in line 161 (one colon) consistent with others (two colons).

Reported by:	bento
This commit is contained in:
Satoshi Asami 2001-12-15 17:55:48 +00:00
parent c21d82e696
commit e733ddb290
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51588
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ HasXdmAuth?= DEFAULT
.if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
pre-fetch:
pre-fetch::
@${ECHO}
@${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c.
.else

View file

@ -158,7 +158,7 @@ HasXdmAuth?= DEFAULT
.if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES
.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES
pre-fetch:
pre-fetch::
@${ECHO}
@${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c.
.else