From 01438b7aa69bca4ab1a9a9b47b740b2741cba7d5 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 13 Mar 2008 15:25:30 +0000 Subject: [PATCH] Corrected message in makefile. --- bacnet-stack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/Makefile b/bacnet-stack/Makefile index bc06ac01..33c5100a 100644 --- a/bacnet-stack/Makefile +++ b/bacnet-stack/Makefile @@ -1,6 +1,6 @@ all: library readprop writeprop readfile writefile reinit server dcc \ whohas whois ucov timesync epics - @echo "utilities are in the utils directory" + @echo "utilities are in the bin directory" clean: lib/Makefile\ demo/readprop/Makefile \