Willy Tarreau writes:

I encountered a little typo in 'make help' : the prefix was
noted "$prefix" instead of "$(PREFIX)".
This commit is contained in:
Eric Andersen 2006-03-20 17:50:08 +00:00
parent 28a6afe975
commit a6db0eef59

View File

@ -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:'