Explorar el Código

Move 'librt' includes to be after pthreads since NPTL will be also be adding new code for this library. Be afraid, be very afraid.

"Steven J. Hill" hace 20 años
padre
commit
bc87181a3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile.in

+ 1 - 1
Makefile.in

@@ -27,9 +27,9 @@ include $(top_srcdir)libintl/Makefile.in
 include $(top_srcdir)libm/Makefile.in
 include $(top_srcdir)libm/Makefile.in
 include $(top_srcdir)libnsl/Makefile.in
 include $(top_srcdir)libnsl/Makefile.in
 include $(top_srcdir)libresolv/Makefile.in
 include $(top_srcdir)libresolv/Makefile.in
-include $(top_srcdir)librt/Makefile.in
 include $(top_srcdir)libutil/Makefile.in
 include $(top_srcdir)libutil/Makefile.in
 include $(top_srcdir)libpthread/Makefile.in
 include $(top_srcdir)libpthread/Makefile.in
+include $(top_srcdir)librt/Makefile.in
 include $(top_srcdir)extra/locale/Makefile.in
 include $(top_srcdir)extra/locale/Makefile.in
 
 
 # last included to catch all the objects added by others (locales/threads)
 # last included to catch all the objects added by others (locales/threads)