diff options
author | Peter Powell <petpow@saberuk.com> | 2018-06-26 16:38:34 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-06-26 16:38:34 +0100 |
commit | 197279b8c9aa4d98f0a7b0a8231fe6e7380d6e0f (patch) | |
tree | c321f5bc2214260419a0693035d41cfea00cd202 /make/template/main.mk | |
parent | 765abf3a41551590219bc8bd4be80b3ff6ba6053 (diff) |
Always show Make commands for the user to execute in quotes.
Fixes #1189.
Diffstat (limited to 'make/template/main.mk')
-rw-r--r-- | make/template/main.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index 7e48b01d0..447d64b3b 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -195,7 +195,7 @@ std-header: @echo "* This will take a *long* time. *" @echo "* Why not read our wiki at *" @echo "* http://wiki.inspircd.org *" - @echo "* while you wait for make to run? *" + @echo "* while you wait for Make to run? *" @echo "*************************************" finishmessage: target @@ -204,7 +204,7 @@ finishmessage: target @echo "* BUILD COMPLETE! *" @echo "* *" @echo "* To install InspIRCd, type: *" - @echo "* make install *" + @echo "* 'make install' *" @echo "*************************************" install: target |