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 | ac1214ccca809388ec0fdb846d443247ecb6b464 (patch) | |
tree | a10c8ae1875e5a1ce39b725f8d4c700ff8eae1d4 /openwrt/toolchain/uClibc/Makefile | |
parent | 6bf540bf24f6e222d9860aa67ace1ae3fc52f871 (diff) |
fix ipv6 host name lookup from /etc/hosts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@559 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/uClibc/Makefile')
-rw-r--r-- | openwrt/toolchain/uClibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/uClibc/Makefile b/openwrt/toolchain/uClibc/Makefile index 06d7487a4..4fa048c5c 100644 --- a/openwrt/toolchain/uClibc/Makefile +++ b/openwrt/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 |