summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-06 02:36:22 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-06 02:36:22 +0000
commitbc87181a3fce0427a2b5b620200f4fa65031fa44 (patch)
tree96c3dfc54b5dedaf1b653478b9e42b4344c0f8fd /Makefile.in
parentf9edc7cfe363132cfb1edb69299b8a1f59d29069 (diff)
Move 'librt' includes to be after pthreads since NPTL will be also be adding new code for this library. Be afraid, be very afraid.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)