mirror of git://sourceware.org/git/glibc.git
(headers): Added gnu-versions.h.
This commit is contained in:
parent
2765963bdc
commit
de9ba9bd56
3
Makefile
3
Makefile
|
|
@ -81,7 +81,8 @@ subdirs := $(filter mach,$(subdirs)) $(filter hurd,$(subdirs)) \
|
||||||
no-libc.a bin lib \
|
no-libc.a bin lib \
|
||||||
data headers others)
|
data headers others)
|
||||||
|
|
||||||
headers := features.h errno.h sys/errno.h errnos.h limits.h values.h
|
headers := errno.h sys/errno.h errnos.h limits.h values.h \
|
||||||
|
features.h gnu-versions.h
|
||||||
aux = sysdep $(libc-init) version
|
aux = sysdep $(libc-init) version
|
||||||
|
|
||||||
echo-headers: subdir_echo-headers
|
echo-headers: subdir_echo-headers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue