diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-11 11:10:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-26 09:17:48 +0100 |
commit | ec043831c0d4b1ceac1990b2318575c4f314b48a (patch) | |
tree | 8b12cafd55fd1c60b3860a60bfce9bca7b9134c6 /package/Makefile | |
parent | 2403dd1975733517af51951d20168760ae3d2ba9 (diff) |
uCLibc-ng includes libiconv-tiny
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/Makefile b/package/Makefile index 7dbb6cfaf..2a04ad047 100644 --- a/package/Makefile +++ b/package/Makefile @@ -30,10 +30,6 @@ ifeq ($(ADK_TARGET_LIBICONV),y) COMPILE_ICONV:=libiconv-compile INSTALL_ICONV:=libiconv-install endif -ifeq ($(ADK_TARGET_LIBICONV_TINY),y) -COMPILE_ICONV:=libiconv-tiny-compile -INSTALL_ICONV:=libiconv-tiny-install -endif all: compile download: $(patsubst %,%-download,$(package-y)) |