From a6db0eef59ece2b9da6807fa9bdab59a87db8da3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 20 Mar 2006 17:50:08 +0000 Subject: [PATCH] Willy Tarreau writes: I encountered a little typo in 'make help' : the prefix was noted "$prefix" instead of "$(PREFIX)". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:'