summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-26 21:46:44 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-26 21:46:44 +0000
commit43c3e8ebe12c6c0175ca73390cb50f38fb9b80d0 (patch)
tree8e20f9252de55e3e78d3f088a94fce4ed8484787
parent5b6de35323ed9a28a9d78c2faa5ec972f3855af5 (diff)
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
-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 fbbd52f68..e72742101 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