aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-04 21:05:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-04 21:05:07 +0000
commite8d87c5857d1eae75e309515f9349c11d9bfb5d7 (patch)
tree2068f5f0a15da6b57db597fb042a0ebc592f6bd0 /toolchain/uClibc/Makefile
parente35b4624b70c55f9a4da9dacba05c64694802d47 (diff)
downloadupstream-e8d87c5857d1eae75e309515f9349c11d9bfb5d7.tar.gz
upstream-e8d87c5857d1eae75e309515f9349c11d9bfb5d7.tar.bz2
upstream-e8d87c5857d1eae75e309515f9349c11d9bfb5d7.zip
fix ipv6 host name lookup from /etc/hosts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@559 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r--toolchain/uClibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index 06d7487a4f..4fa048c5c4 100644
--- a/toolchain/uClibc/Makefile
+++ b/toolchain/uClibc/Makefile
@@ -7,4 +7,4 @@ prepare: uclibc-configured
compile: $(UCLIBC_DIR)/lib/libc.a
install: uclibc
$(STRIP) $(TARGET_DIR)/lib/*.so
-clean: uclibc-clean
+clean: uclibc-toolclean