diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-06-12 01:57:45 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-06-12 01:57:45 +0000 |
commit | 7910749bb6b82696ad718f2ef75e9e181f1ad6f4 (patch) | |
tree | 2b08b94ca6ddf08467fc8f3772e960e38f31c584 /libpthread/nptl_db | |
parent | 12956d0dc1358c8b53af4aaeef5986a4d870409b (diff) | |
download | uClibc-alpine-7910749bb6b82696ad718f2ef75e9e181f1ad6f4.tar.bz2 uClibc-alpine-7910749bb6b82696ad718f2ef75e9e181f1ad6f4.tar.xz |
Fixed up 'clean' target for latest NPTL changes and modified include
dependency directories so that either thread model can be used by the
C library modules that need some knowledge of pthreads.
Diffstat (limited to 'libpthread/nptl_db')
-rw-r--r-- | libpthread/nptl_db/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libpthread/nptl_db/Makefile b/libpthread/nptl_db/Makefile index 5c73ff28f..c1c4d6d8a 100644 --- a/libpthread/nptl_db/Makefile +++ b/libpthread/nptl_db/Makefile @@ -51,10 +51,13 @@ libthread_db-inhibit-o = $(filter-out .os,$(object-suffixes)) libthread_db.so-no-z-defs = yes distribute = thread_dbP.h shlib-versions proc_service.h db_info.c structs.def -include ../Rules +#include ../Rules # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. $(objpfx)libthread_db.so: $(common-objpfx)libc.so \ $(common-objpfx)libc_nonshared.a + +clean: + $(RM) *~ *.[ao] |