From 5032e211047581af65dcdc33f90656578a3e5d20 Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 9 Apr 2005 13:56:05 +0000 Subject: [PATCH] Remove libpthread from root_dir git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@602 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 4fa048c5c..301c78d41 100644 --- a/toolchain/uClibc/Makefile +++ b/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 -- 2.35.1