diff options
Diffstat (limited to 'recipes/make/make.inc')
-rw-r--r-- | recipes/make/make.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/make/make.inc b/recipes/make/make.inc index 8a43f40a24..af21861c2e 100644 --- a/recipes/make/make.inc +++ b/recipes/make/make.inc @@ -11,7 +11,7 @@ SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ inherit autotools do_configure_prepend() { - if [ "${TARGET_OS}" = "linux-uclibc" -o "${TARGET_OS}" = "linux-uclibcgnueabi" ]; then + if [ "${TARGET_OS}" = "linux-uclibc" -o "${TARGET_OS}" = "linux-uclibceabi" ]; then export make_cv_sys_gnu_glob="no" export GLOBINC=-I`pwd`/glob export GLOBLIB=glob/libglob.a |