From e211e88fc845b883885b0c99373b03d4ac1cf87c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 3 Jun 2008 14:38:18 +0000 Subject: - add libpthread-nonshared-y to files.dep Fixes superfluous rebuild of pthread_atfork.oS. --- Makerules | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index c27f0a3ce..dffd2ac1d 100644 --- a/Makerules +++ b/Makerules @@ -327,11 +327,13 @@ $(top_builddir)lib/libpthread_nonshared.a: $(libpthread-nonshared-y) $(do_strip) $(do_ar) -files.dep := $(libc-a-y) $(libc-so-y) $(libc-nonshared-y) $(libm-a-y) $(libm-so-y) -files.dep += $(libpthread-a-y) $(libpthread-so-y) $(libthread_db-a-y) $(libthread_db-so-y) -files.dep += $(librt-a-y) $(librt-so-y) $(libresolv-a-y) $(libresolv-so-y) -files.dep += $(libcrypt-a-y) $(libcrypt-so-y) $(libutil-a-y) $(libutil-so-y) -files.dep += $(libnsl-a-y) $(libnsl-so-y) $(ldso-y) $(libdl-a-y) $(libdl-so-y) +files.dep := $(libc-a-y) $(libc-so-y) $(libc-nonshared-y) \ + $(libm-a-y) $(libm-so-y) \ + $(libpthread-a-y) $(libpthread-so-y) $(libpthread-nonshared-y) \ + $(libthread_db-a-y) $(libthread_db-so-y) \ + $(librt-a-y) $(librt-so-y) $(libresolv-a-y) $(libresolv-so-y) \ + $(libcrypt-a-y) $(libcrypt-so-y) $(libutil-a-y) $(libutil-so-y) \ + $(libnsl-a-y) $(libnsl-so-y) $(ldso-y) $(libdl-a-y) $(libdl-so-y) .depends.dep := \ $(patsubst %.o,%.o.dep,$(filter %.o,$(files.dep))) \ $(patsubst %.os,%.os.dep,$(filter %.os,$(files.dep))) \ -- cgit v1.2.3