From: Alexander Barton Date: Mon, 21 Nov 2011 10:58:50 +0000 (+0100) Subject: Makefile: fix quoting of echo commands on "make install" ... oops. X-Git-Tag: rel-3~2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=commitdiff_plain;h=4bb3c616448703abd41553bba908775744d01b79 Makefile: fix quoting of echo commands on "make install" ... oops. --- diff --git a/Makefile b/Makefile index ba9bd21..3175374 100644 --- 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