diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-24 08:01:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-24 08:01:09 +0000 |
commit | 9c83a5ec79f7b900a26a49962406899b1710d165 (patch) | |
tree | 07fa57a9d14c643e0b67f0fc8f7fe594f00187dc /posix | |
parent | 44c51e9ab074bada216c5fcbc5e48d06ee24b80f (diff) | |
download | glibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar.gz glibc-9c83a5ec79f7b900a26a49962406899b1710d165.tar.xz glibc-9c83a5ec79f7b900a26a49962406899b1710d165.zip |
Update.
2001-04-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/ia64/Dist: Add hp-timing.c. * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add ucontext_i.h. * posix/Makefile (distribute): Add tst-getconf.sh. * po/Makefile (distribute): Add $(BROKEN_LINGUAS:=.po).
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index f61c3a2747..12211fc84b 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 bits/types.h getopt.h \ - bits/posix1_lim.h bits/posix2_lim.h bits/posix_opt.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 \ bits/sched.h re_comp.h wait.h bits/environments.h cpio.h \ @@ -32,7 +32,7 @@ headers := sys/utsname.h sys/times.h sys/wait.h sys/types.h unistd.h \ distribute := confstr.h TESTS TESTS2C.sed testcases.h \ PTESTS PTESTS2C.sed ptestcases.h \ globtest.c globtest.sh wordexp-tst.sh annexc.c fnmatch_loop.c \ - spawn_int.h + spawn_int.h tst-getconf.sh routines := \ uname \ |