Fix Makefile error msg for unsuporrted engines

Signed-off-by: Ivailo Spasov <ispasov@abv.bg>
This commit is contained in:
Ivailo Spasov 2012-12-14 14:34:24 -08:00
parent c171e05d6c
commit 6034d0392c

View File

@ -149,7 +149,7 @@ all: check
check: check:
if [ "$(ENGSET)" = "false" ]; then \ if [ "$(ENGSET)" = "false" ]; then \
echo "You must supply one of the following values for ENGINE:"; \ echo "You must supply one of the following values for ENGINE:"; \
echo "csgo, left4dead2, left4dead, css, orangeboxvalve, orangebox, or original"; \ echo "left4dead2 or left4dead"; \
exit 1; \ exit 1; \
fi fi