Willy Tarreau writes:

I encountered a little typo in 'make help' : the prefix was
noted "$prefix" instead of "$(PREFIX)".
1_1_stable
Eric Andersen 2006-03-20 17:50:08 +00:00
parent 28a6afe975
commit a6db0eef59
1 changed files with 1 additions and 1 deletions

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