summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-06-03 14:38:18 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-06-03 14:38:18 +0000
commite211e88fc845b883885b0c99373b03d4ac1cf87c (patch)
tree8d0ab0a6bd4983558b56406bf728cba1d2f51a62 /Makerules
parent8aeac64e83a54961ba5ca5228ab1c2669acc1f12 (diff)
- add libpthread-nonshared-y to files.dep
Fixes superfluous rebuild of pthread_atfork.oS.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules12
1 files changed, 7 insertions, 5 deletions
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))) \