diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile index c1568054cd..5cd5460f9f 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,8 @@ configure: configure.in aclocal.m4; $(autoconf-it) subdir_testclean \ $(addprefix install-, no-libc.a bin lib data headers others) -headers := errno.h sys/errno.h bits/errno.h limits.h values.h \ - features.h gnu-versions.h bits/libc-lock.h bits/xopen_lim.h \ - gnu/libc-version.h +headers := limits.h values.h features.h gnu-versions.h bits/libc-lock.h \ + bits/xopen_lim.h gnu/libc-version.h echo-headers: subdir_echo-headers |