From: Ulrich Drepper Date: Wed, 20 Apr 2011 18:02:41 +0000 (-0400) Subject: Fix build problem in sunrpc. X-Git-Tag: glibc-2.14~165 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=877175d8ea2e0182909e04cac603017ca31022ef;p=glibc.git Fix build problem in sunrpc. --- diff --git a/ChangeLog b/ChangeLog index 91ddfb5628..934a23cb3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Ulrich Drepper + + * sunrpc/Makefile: Move inclusion of Rules. + 2011-04-19 Ulrich Drepper * nss/nss_files/files-initgroups.c: New file. diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 82f2b2663f..f86393abe3 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -116,6 +116,8 @@ librpcsvc-inhibit-o = .os # Build no shared rpcsvc library. omit-deps = $(librpcsvc-routines) endif +include ../Rules + ifeq (yes,$(build-shared)) rpc-compat-routines = $(addprefix compat-,$(need-export-routines)) rpc-compat-routines.os = $(addprefix $(objpfx), \ @@ -148,8 +150,6 @@ CFLAGS-openchild.c = -fexceptions CPPFLAGS += -D_RPC_THREAD_SAFE_ -include ../Rules - $(objpfx)tst-getmyaddr: $(common-objpfx)linkobj/libc.so $(objpfx)tst-xdrmem: $(common-objpfx)linkobj/libc.so $(objpfx)tst-xdrmem2: $(common-objpfx)linkobj/libc.so