]> arthur.barton.de Git - nagcollect.git/commitdiff
Makefile: fix quoting of echo commands on "make install" ... oops.
authorAlexander Barton <alex@barton.de>
Mon, 21 Nov 2011 10:58:50 +0000 (11:58 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 21 Nov 2011 10:58:50 +0000 (11:58 +0100)
Makefile

index ba9bd211da4e64cd58e2e0f9daddbb96cd6d3b4d..317537488a20571a3816898bffde4effca5bb6d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ clean:
 distclean: clean
 
 install:
-       @echo " ** Use make targets 'install-client', 'install-server', 'install-plugins'
+       @echo " ** Use make targets 'install-client', 'install-server', 'install-plugins'"
        @echo " ** or 'install-all' to install client, server and or plugin components!"
 
 install-all: install-server install-client install-plugins