]> git.ipfire.org Git - thirdparty/glibc.git/blob - extra-modules.mk
libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]
[thirdparty/glibc.git] / extra-modules.mk
1 # This file is included several times in a row, once
2 # for each element of $(modules-names). $(extra-modules-left)
3 # is initialized first to $(modules-names) so that with each
4 # inclusion, we advance $(module) to the next name.
5
6 module := $(firstword $(extra-modules-left))
7 extra-modules-left := $(filter-out $(module),$(extra-modules-left))
8
9 libof-$(notdir $(module)) := extramodules