From 510bbf14b4f25fec8ee3a2d24de3f24bdbf84333 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 10 May 2012 14:52:03 -0700 Subject: Hurd: Include RPC user stubs in linkobj/libc.so --- sysdeps/mach/hurd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/Makefile') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 80749c2572..107eaafb05 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993-2004,2009,2011,2012 Free Software Foundation, Inc. +# Copyright (C) 1993-2012 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -133,6 +133,7 @@ rpcuserlibs := $(common-objpfx)mach/libmachuser.so \ $(common-objpfx)hurd/libhurduser.so link-rpcuserlibs := $(rpcuserlibs:%user.so=%user-link.so) $(common-objpfx)libc.so: $(link-rpcuserlibs) +$(common-objpfx)linkobj/libc.so: $(link-rpcuserlibs) rpath-dirs += mach hurd # Make sure the `lib' pass builds the dummy shared objects so -- cgit 1.4.1