mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Properly set extra-objs in nscd makefile
This commit is contained in:
parent
fadb59f8d3
commit
45b96dd684
@ -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.
|
||||
|
@ -43,7 +43,7 @@ others += nscd
|
||||
others-pie += nscd
|
||||
install-sbin := nscd
|
||||
|
||||
extra-objs := $(nscd-modules:=.o)
|
||||
extra-objs = $(nscd-modules:=.o)
|
||||
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user