From 7aab619f4b8d1331e34ec48384acf7db7d965218 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Tue, 23 Feb 2010 01:09:22 -0800 Subject: improve parallel make behaviour * add library dependencies for libdl,libpthread * fix typo in librt/Makefile.in * also remove extra trailing slashes on i386, sparc pregen headers Signed-off-by: Austin Foxley --- librt/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librt/Makefile.in') diff --git a/librt/Makefile.in b/librt/Makefile.in index ea1d03eb8..88f4cbce4 100644 --- a/librt/Makefile.in +++ b/librt/Makefile.in @@ -53,9 +53,9 @@ endif ifeq ($(DOPIC)$(UCLIBC_HAS_THREADS_NATIVE),yn) -$(top_builddir)lib/librt.so: $(top_builddir)lib/librt.a $(libc.dpend) +$(top_builddir)lib/librt.so: $(top_builddir)lib/librt.a $(libc.depend) else -$(top_builddir)lib/librt.so: $(librt_OUT)/librt_so.a $(libc.depend) +$(top_builddir)lib/librt.so: $(librt_OUT)/librt_so.a $(libc.depend) $(libpthread.depend) $(libdl.depend) endif $(call link.so,$(librt_FULL_NAME),$(MAJOR_VERSION)) -- cgit v1.2.3