OSDN Git Service

Still forgot some libraries in one of the previous commits.
authorBernd Schmidt <bernds_cb1@t-online.de>
Sun, 1 Jun 2008 17:27:37 +0000 (17:27 -0000)
committerBernd Schmidt <bernds_cb1@t-online.de>
Sun, 1 Jun 2008 17:27:37 +0000 (17:27 -0000)
Makerules

index ea0f74f..1226f05 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -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))) \