Willy Tarreau writes:
authorEric Andersen <andersen@codepoet.org>
Mon, 20 Mar 2006 17:50:08 +0000 (17:50 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 20 Mar 2006 17:50:08 +0000 (17:50 -0000)
I encountered a little typo in 'make help' : the prefix was
noted "$prefix" instead of "$(PREFIX)".

Makefile

index 9df88d5bd71677811dd215c0f64692e599a03296..5e65be73a5fafbe6efb675ef99f7f5234c483a08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ help:
        @echo '  oldconfig              - resolve any unresolved symbols in .config'
        @echo
        @echo 'Installation:'
-       @echo '  install                - install busybox into $prefix'
+       @echo '  install                - install busybox into $(PREFIX)'
        @echo '  uninstall'
        @echo
        @echo 'Development:'