From 4bb3c616448703abd41553bba908775744d01b79 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 21 Nov 2011 11:58:50 +0100 Subject: [PATCH] Makefile: fix quoting of echo commands on "make install" ... oops. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2