Fix typo in error message.

This commit is contained in:
obrien 2001-04-08 23:02:12 +00:00
parent dbd4bd55a8
commit 11e3cce4ba

View File

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