diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-30 19:10:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-30 19:11:27 +0200 |
commit | 1b28718006cadcd840fa7ab29027c541f2ded1eb (patch) | |
tree | 4a987d97d108d923f9e351bca4eb65dc68bde92d | |
parent | c8a222f2adf7f7933124ebd17064acf54e6e3ff3 (diff) | |
download | buildroot-novena-1b28718006cadcd840fa7ab29027c541f2ded1eb.tar.gz buildroot-novena-1b28718006cadcd840fa7ab29027c541f2ded1eb.zip |
libelf: fix typo
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | 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 daee7fdff..b77b7b2ea 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 |