[git commit] buildsys: fix typo in help

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Jun 11 12:28:56 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=ed25cd80edac2461438be21564cf64ccdbad43ef
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.help |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.help b/Makefile.help
index e02c545..417298f 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -58,7 +58,7 @@ help:
 	@echo '  ARCH= 		- Use given arch for config targets'
 	@echo '  SHELL=		- Shell to use for make'
 	@echo '  BUILD_CFLAGS=		- extra CFLAGS for compiling host binaries'
-	@echo '  BUILD_LFLAGS=		- extra LDFLAGS for linking host binaries'
+	@echo '  BUILD_LDFLAGS=		- extra LDFLAGS for linking host binaries'
 	@echo '  CONFIG_SHELL=		- Shell to use for menuconfig'
 	@echo
 	@echo '  PREFIX=		- Prepended prefix'


More information about the uClibc-cvs mailing list