From 9d0e3fc57eb65101ee5ed6e0076413403e31df14 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 9 Apr 2005 13:56:05 +0000 Subject: [PATCH] Remove libpthread from root_dir SVN-Revision: 602 --- openwrt/toolchain/uClibc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/toolchain/uClibc/Makefile b/openwrt/toolchain/uClibc/Makefile index 4fa048c5c4..301c78d419 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-toolclean