]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Properly set extra-objs in nscd makefile
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 1 Nov 2011 09:40:53 +0000 (10:40 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 1 Nov 2011 17:28:38 +0000 (18:28 +0100)
ChangeLog
nscd/Makefile

index b8bfd16c84f3da08ffaaa1440db7d82b1a6f9151..872d4a5173eedf7605455c35e7c369980c652237 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * nscd/Makefile (extra-objs): Make recursively expanded.
+
 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
 
        * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
index be0afed2d814b0363fe484e157df49e94dbb72d1..284b4fc4e761407255e4ea55f3e4ca96b51f258c 100644 (file)
@@ -43,7 +43,7 @@ others += nscd
 others-pie += nscd
 install-sbin := nscd
 
-extra-objs := $(nscd-modules:=.o)
+extra-objs = $(nscd-modules:=.o)
 
 endif