summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2012-07-20 16:06:36 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-07-20 16:06:36 +0100
commit1bf565c3dc56265e1278e24d8ad7427867c026b5 (patch)
tree43e78474a288037d426d12bf8825e4787e7009dc /Makefile
parentd679636098cad526c2e65c367cf54b625abfc568 (diff)
downloadbuildsystem-1bf565c3dc56265e1278e24d8ad7427867c026b5.tar.gz
buildsystem-1bf565c3dc56265e1278e24d8ad7427867c026b5.tar.bz2
Fix usage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cee5bb..ac0a018 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ all: usage
usage:
@echo "make install PREFIX=/somewhere"
@echo ""
- @echo "Will install the makefiles, and test tools into $PREFIX/share/netsurf-buildsystem"
+ @echo "Will install the makefiles, and test tools into \$$PREFIX/share/netsurf-buildsystem"
@echo ""
@echo "Which is where the libraries etc look for it."