[Buildroot] [git commit] libelf: fix typo

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 30 17:11:27 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=1b28718006cadcd840fa7ab29027c541f2ded1eb
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libelf/libelf.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libelf/libelf.mk b/package/libelf/libelf.mk
index daee7fd..b77b7b2 100644
--- a/package/libelf/libelf.mk
+++ b/package/libelf/libelf.mk
@@ -10,7 +10,7 @@ LIBELF_INSTALL_STAGING = YES
 LIBELF_INSTALL_STAGING_OPT = instroot=$(STAGING_DIR) install
 LIBELF_INSTALL_TARGET_OPT = instroot=$(TARGET_DIR) install
 
-LIBELD_CONF_ENV = libelf_cv_working_memmove=yes \
+LIBELF_CONF_ENV = libelf_cv_working_memmove=yes \
 		mr_cv_target_elf=yes \
 		libelf_64bit=yes
 


More information about the buildroot mailing list