From bc87181a3fce0427a2b5b620200f4fa65031fa44 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Tue, 6 Dec 2005 02:36:22 +0000 Subject: Move 'librt' includes to be after pthreads since NPTL will be also be adding new code for this library. Be afraid, be very afraid. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f8c082bbe..2515880c8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,9 +27,9 @@ include $(top_srcdir)libintl/Makefile.in include $(top_srcdir)libm/Makefile.in include $(top_srcdir)libnsl/Makefile.in include $(top_srcdir)libresolv/Makefile.in -include $(top_srcdir)librt/Makefile.in include $(top_srcdir)libutil/Makefile.in include $(top_srcdir)libpthread/Makefile.in +include $(top_srcdir)librt/Makefile.in include $(top_srcdir)extra/locale/Makefile.in # last included to catch all the objects added by others (locales/threads) -- cgit v1.2.3