From b699a56f52ee1439e0972aa3f50673d0b385b746 Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 4 May 2005 13:54:26 +0000 Subject: [PATCH] changed error wording --- bacnet-stack/ports/rtos32/makefile.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/ports/rtos32/makefile.mak b/bacnet-stack/ports/rtos32/makefile.mak index 7232380d..83303bf6 100644 --- a/bacnet-stack/ports/rtos32/makefile.mak +++ b/bacnet-stack/ports/rtos32/makefile.mak @@ -8,13 +8,13 @@ !ifndef RTOS32_DIR RTOS32_DIR_Not_Defined: @echo . - @echo You must define environment variable RTOS32_DIR to for this build. + @echo You must define environment variable RTOS32_DIR to compile. !endif !ifndef BORLAND_DIR BORLAND_DIR_Not_Defined: @echo . - @echo You must define environment variable BORLAND_DIR to compile + @echo You must define environment variable BORLAND_DIR to compile. !endif PRODUCT = bacnet