]> git.ipfire.org Git - thirdparty/glibc.git/blame - iconvdata/extra-module.mk
alloc_buffer: Return unqualified pointer type in alloc_buffer_next
[thirdparty/glibc.git] / iconvdata / extra-module.mk
CommitLineData
f4017d20
UD
1mod := $(firstword $(extra-modules-left))
2extra-modules-left := $(strip $(filter-out $(mod),$(extra-modules-left)))
3
bd355af0 4extra-objs := $(extra-objs) $(patsubst %,%.os,$($(mod)-routines))
f4017d20 5
358cad7c 6$(objpfx)$(mod).so: $(addprefix $(objpfx),$(addsuffix .os,$($(mod)-routines)))\
fab7ce3f 7 $(shlib-lds) $(link-libc-deps)
d9266ea0 8 $(build-module-asneeded)
f4017d20 9
f4017d20
UD
10ifneq (,$(extra-modules-left))
11include extra-module.mk
12endif