From: Eric Andersen Date: Mon, 20 Mar 2006 17:50:08 +0000 (-0000) Subject: Willy Tarreau writes: X-Git-Tag: 1_1_0~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6db0eef59ece2b9da6807fa9bdab59a87db8da3;p=oweals%2Fbusybox.git Willy Tarreau writes: I encountered a little typo in 'make help' : the prefix was noted "$prefix" instead of "$(PREFIX)". --- diff --git a/Makefile b/Makefile index 9df88d5bd..5e65be73a 100644 --- 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:'