OSDN Git Service

Move 'librt' includes to be after pthreads since NPTL will be also be adding new...
author"Steven J. Hill" <sjhill@realitydiluted.com>
Tue, 6 Dec 2005 02:36:22 +0000 (02:36 -0000)
committer"Steven J. Hill" <sjhill@realitydiluted.com>
Tue, 6 Dec 2005 02:36:22 +0000 (02:36 -0000)
Makefile.in

index f8c082b..2515880 100644 (file)
@@ -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)