diff options
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 |
commit | bc87181a3fce0427a2b5b620200f4fa65031fa44 (patch) | |
tree | 96c3dfc54b5dedaf1b653478b9e42b4344c0f8fd /Makefile.in | |
parent | f9edc7cfe363132cfb1edb69299b8a1f59d29069 (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.in | 2 |
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) |