From: nbd Date: Sun, 26 Mar 2006 21:46:44 +0000 (+0000) Subject: hide libiconv messages when not compiling in verbose mode (#411) X-Git-Tag: fast2504n-3.10.28-merged~23168 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=43c3e8ebe12c6c0175ca73390cb50f38fb9b80d0;p=openwrt.git hide libiconv messages when not compiling in verbose mode (#411) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3499 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/libiconv/Makefile b/openwrt/package/libiconv/Makefile index fbbd52f68b..e72742101b 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