]> sourceware.org Git - glibc.git/commitdiff
Fix build problem in sunrpc.
authorUlrich Drepper <drepper@gmail.com>
Wed, 20 Apr 2011 18:02:41 +0000 (14:02 -0400)
committerUlrich Drepper <drepper@gmail.com>
Wed, 20 Apr 2011 18:02:41 +0000 (14:02 -0400)
ChangeLog
sunrpc/Makefile

index 91ddfb562809dbde0d44983649ca7869e7e76ee8..934a23cb3f5cd000c1ec5fc3cf6c50af8b8581c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-20  Ulrich Drepper  <drepper@gmail.com>
+
+       * sunrpc/Makefile: Move inclusion of Rules.
+
 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
 
        * nss/nss_files/files-initgroups.c: New file.
index 82f2b2663f027dad196b6849e7bedd463b926f63..f86393abe308b35d2b3de3601c22511350f7a5f2 100644 (file)
@@ -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
This page took 0.047412 seconds and 5 git commands to generate.