summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-20 14:02:41 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-20 14:02:41 -0400
commit877175d8ea2e0182909e04cac603017ca31022ef (patch)
tree0a096d632527251fa16c8966d43a9d612c752169 /sunrpc
parent00401ad5b08e86f2a912a640487c34006c7c27e3 (diff)
Fix build problem in sunrpc.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/Makefile4
1 files changed, 2 insertions, 2 deletions
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