summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-17 22:52:11 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-17 22:52:11 -0400
commit53cf59efd8569841040efa540740acb7bd3e481e (patch)
tree925d712c077e50afcdea86c45e7a03151e28a21b /sunrpc
parent4c559bcdf38d7b655860c1a31c590109f37cc0fe (diff)
Add before-compile to dependencies for librpc_compat_pic objects.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile
index f067e92398..82f2b2663f 100644
--- a/sunrpc/Makefile
+++ b/sunrpc/Makefile
@@ -123,7 +123,7 @@ rpc-compat-routines.os = $(addprefix $(objpfx), \
subdir_lib: $(objpfx)librpc_compat_pic.a
$(objpfx)librpc_compat_pic.a: $(rpc-compat-routines.os)
$(AR) cr$(verbose) $@ $^
-$(rpc-compat-routines.os): $(objpfx)compat-%.os: %.c
+$(rpc-compat-routines.os): $(objpfx)compat-%.os: %.c $(before-compile)
$(compile-command.c) -DEXPORT_RPC_SYMBOLS
endif