diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-04 21:05:07 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-04 21:05:07 +0000 |
commit | 9df49bbe4859c8bfa1d202d8a962fdd07f574104 (patch) | |
tree | 2068f5f0a15da6b57db597fb042a0ebc592f6bd0 /toolchain/uClibc/Makefile | |
parent | bc66c474a7a224d1a03112bc26485d2d7789d8fd (diff) |
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/Makefile | 2 |
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 |