From 7c6e0b9282f9655fa0f2bddd157936c0d3cc6ed7 Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 20 Mar 2006 17:50:08 +0000 Subject: Willy Tarreau writes: I encountered a little typo in 'make help' : the prefix was noted "$prefix" instead of "$(PREFIX)". git-svn-id: svn://busybox.net/trunk/busybox@14582 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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:' -- cgit v1.2.3-55-g6feb