[Glibc-bsd-commits] r4493 - trunk/glibc-ports/linuxthreads

Petr Salinger ps-guest at alioth.debian.org
Thu May 30 14:03:42 UTC 2013


Author: ps-guest
Date: 2013-05-30 14:03:42 +0000 (Thu, 30 May 2013)
New Revision: 4493

Modified:
   trunk/glibc-ports/linuxthreads/Makefile
Log:
any/local-linuxthreads-deps.diff:
2011-03-01  Aurelien Jarno  <aurelien at aurel32.net>

        * Makefile (tst-_res1): Add tst-_res1mod1 to dependency list.



Modified: trunk/glibc-ports/linuxthreads/Makefile
===================================================================
--- trunk/glibc-ports/linuxthreads/Makefile	2013-05-30 14:02:48 UTC (rev 4492)
+++ trunk/glibc-ports/linuxthreads/Makefile	2013-05-30 14:03:42 UTC (rev 4493)
@@ -309,7 +309,8 @@
 
 ifeq (yes,$(build-shared))
 $(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so
-$(objpfx)tst-_res1: $(objpfx)tst-_res1mod2.so $(shared-thread-library)
+$(objpfx)tst-_res1: $(objpfx)tst-_res1mod1.so $(objpfx)tst-_res1mod2.so \
+		    $(shared-thread-library)
 
 $(objpfx)tst-tls1: $(objpfx)tst-tls1mod.so $(shared-thread-library)
 




More information about the Glibc-bsd-commits mailing list