Fix typo in error message.

This commit is contained in:
David E. O'Brien 2001-04-08 23:02:12 +00:00
parent 9de0de1dd4
commit 19cc96f6a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75327

View File

@ -713,7 +713,7 @@ doTARBALL:
@echo "SD undefined in doTARBALL" && exit 1
.endif
.if !defined(TD)
@echo "TB undefined in doTARBALL" && exit 1
@echo "TD undefined in doTARBALL" && exit 1
.endif
.if !defined(ARG)
@echo "ARG undefined in doTARBALL" && exit 1