]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add before-compile to dependencies for librpc_compat_pic objects.
authorUlrich Drepper <drepper@gmail.com>
Mon, 18 Apr 2011 02:52:11 +0000 (22:52 -0400)
committerUlrich Drepper <drepper@gmail.com>
Mon, 18 Apr 2011 02:52:11 +0000 (22:52 -0400)
ChangeLog
sunrpc/Makefile

index 41e14309c76598cf8a2438e3fdab51562f8a34dd..dd829900724d7abca26b229744092c6922edce72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-17  Ulrich Drepper  <drepper@gmail.com>
+
+       * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
+       dependencies.
+
 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
 
        [BZ #12653]
index f067e923989a1fd6ad1c3ef7bcf6d76b02a2d67d..82f2b2663f027dad196b6849e7bedd463b926f63 100644 (file)
@@ -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