mirror of
https://github.com/sheumann/hush.git
synced 2024-10-29 20:27:40 +00:00
Willy Tarreau writes:
I encountered a little typo in 'make help' : the prefix was noted "$prefix" instead of "$(PREFIX)".
This commit is contained in:
parent
28a6afe975
commit
a6db0eef59
2
Makefile
2
Makefile
@ -128,7 +128,7 @@ help:
|
|||||||
@echo ' oldconfig - resolve any unresolved symbols in .config'
|
@echo ' oldconfig - resolve any unresolved symbols in .config'
|
||||||
@echo
|
@echo
|
||||||
@echo 'Installation:'
|
@echo 'Installation:'
|
||||||
@echo ' install - install busybox into $prefix'
|
@echo ' install - install busybox into $(PREFIX)'
|
||||||
@echo ' uninstall'
|
@echo ' uninstall'
|
||||||
@echo
|
@echo
|
||||||
@echo 'Development:'
|
@echo 'Development:'
|
||||||
|
Loading…
Reference in New Issue
Block a user