diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-01 17:27:37 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-06-01 17:27:37 +0000 |
commit | a3bfc1991a50815df146b3ea0676cc56dd8fa4c2 (patch) | |
tree | 78bb6f9f86f1ead66f3445b0764b3d3b2f158ea9 /Makerules | |
parent | 68d02d6473eeaa349e4ee5dceef0fcd1ac32aae2 (diff) |
Still forgot some libraries in one of the previous commits.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -321,10 +321,10 @@ $(top_builddir)lib/libpthread_nonshared.a: $(libpthread-nonshared-y) $(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) $(libutil-a-y) $(libutil-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) $(libdl-a-y) $(libdl-so-y) -files.dep += $(libnsl-a-y) $(libnsl-so-y) $(ldso-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) .depends.dep := \ $(patsubst %.o,%.o.dep,$(filter %.o,$(files.dep))) \ $(patsubst %.os,%.os.dep,$(filter %.os,$(files.dep))) \ |