summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-01-12 20:15:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-01-12 20:15:50 +0100
commita34e6ef0b7743155dcce9817930001d1008598dd (patch)
tree81022c12d7aa996d0e6cb5dfe82a9ef2f0ea9a6d /package/Makefile
parent64fe6eaadef5011aa56833b284f425fcf78c8666 (diff)
libiconv fix
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 2a04ad047..8b7251182 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -26,7 +26,7 @@ COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y))
HOST_COMPILE_PACKAGES:=$(patsubst %,%-host-compile,$(hostpackage-y))
INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y))
-ifeq ($(ADK_TARGET_LIBICONV),y)
+ifeq ($(ADK_PACKAGE_LIBICONV),y)
COMPILE_ICONV:=libiconv-compile
INSTALL_ICONV:=libiconv-install
endif