diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-24 23:11:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-24 23:11:32 +0000 |
commit | 13a571a7470a1830736e6a1b1cd46b1553db041c (patch) | |
tree | e0f60343cd9517af29dcc7e6815b8b26188f4222 /posix/Makefile | |
parent | 14519931aee383dd66ddf97bcc8d96c03e4976b4 (diff) | |
download | glibc-13a571a7470a1830736e6a1b1cd46b1553db041c.zip glibc-13a571a7470a1830736e6a1b1cd46b1553db041c.tar.gz glibc-13a571a7470a1830736e6a1b1cd46b1553db041c.tar.bz2 |
* configure.in: Skip AUTOCONF check under --without-cvs.
* configure: Regenerated.
* posix/Makefile (headers): Add bits/pthreadtypes.h.
* sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
* sysdeps/unix/sysv/linux/Dist: Remove it from the list.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index 37f6ecc..d2cb9be 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -23,7 +23,7 @@ subdir := posix headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \ glob.h regex.h wordexp.h fnmatch.h getopt.h \ - bits/types.h bits/typesizes.h \ + bits/types.h bits/typesizes.h bits/pthreadtypes.h \ bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.h \ bits/local_lim.h tar.h bits/utsname.h bits/confname.h \ bits/waitflags.h bits/waitstatus.h sys/unistd.h sched.h \ |