X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=openwrt%2Ftoolchain%2FuClibc%2FMakefile;h=301c78d41932f460639a2dcbacff2ca22b21f79e;hb=baf35d6a366b04105f1be6e32d5e3f70d5845e7c;hp=06d7487a4f0bb883a93d8b4a8e114f0a6e1730eb;hpb=9d30652149fd745711342cec7ee8574e973ec241;p=openwrt-10.03%2F.git diff --git a/openwrt/toolchain/uClibc/Makefile b/openwrt/toolchain/uClibc/Makefile index 06d7487a4..301c78d41 100644 --- a/openwrt/toolchain/uClibc/Makefile +++ b/openwrt/toolchain/uClibc/Makefile @@ -6,5 +6,6 @@ source: uclibc-source prepare: uclibc-configured compile: $(UCLIBC_DIR)/lib/libc.a install: uclibc + rm -rf $(TARGET_DIR)/lib/libpthread*.so* $(STRIP) $(TARGET_DIR)/lib/*.so -clean: uclibc-clean +clean: uclibc-toolclean