From: Andreas Schwab Date: Tue, 1 Nov 2011 09:40:53 +0000 (+0100) Subject: Properly set extra-objs in nscd makefile X-Git-Tag: glibc-2.15~119^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45b96dd684f1bc25d3ba113dbe6795b1c4db57f5;p=thirdparty%2Fglibc.git Properly set extra-objs in nscd makefile --- diff --git a/ChangeLog b/ChangeLog index b8bfd16c84f..872d4a5173e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-01 Andreas Schwab + + * nscd/Makefile (extra-objs): Make recursively expanded. + 2011-11-01 Ulrich Drepper * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function. diff --git a/nscd/Makefile b/nscd/Makefile index be0afed2d81..284b4fc4e76 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -43,7 +43,7 @@ others += nscd others-pie += nscd install-sbin := nscd -extra-objs := $(nscd-modules:=.o) +extra-objs = $(nscd-modules:=.o) endif