summaryrefslogtreecommitdiff
path: root/openwrt/package/libiconv
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-03-26 21:46:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-03-26 21:46:44 +0000
commit96862ff07a35dc7065fe33693f9a85bcb90cd60b (patch)
treead4449c00ccc2544919650b50a68c12b553e598a /openwrt/package/libiconv
parent4614aa5def06a7360f31074962441106ee290fea (diff)
downloadmtk-20170518-96862ff07a35dc7065fe33693f9a85bcb90cd60b.zip
mtk-20170518-96862ff07a35dc7065fe33693f9a85bcb90cd60b.tar.gz
mtk-20170518-96862ff07a35dc7065fe33693f9a85bcb90cd60b.tar.bz2
hide libiconv messages when not compiling in verbose mode (#411)
SVN-Revision: 3499
Diffstat (limited to 'openwrt/package/libiconv')
-rw-r--r--openwrt/package/libiconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/libiconv/Makefile b/openwrt/package/libiconv/Makefile
index fbbd52f..e727421 100644
--- a/openwrt/package/libiconv/Makefile
+++ b/openwrt/package/libiconv/Makefile
@@ -79,5 +79,5 @@ uninstall-dev:
$(STAGING_DIR)/usr/include/iconv \
$(STAGING_DIR)/usr/lib/iconv \
-compile: install-dev
-clean: uninstall-dev
+compile-targets: install-dev
+clean-targets: uninstall-dev