diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-04 14:40:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-04 14:40:35 +0000 |
commit | 71cf0361ecbeedcb7630f09942011f38cc9ea322 (patch) | |
tree | 5b4df1b34a3a40b41c7194b4dd90b35750b83caa /db2 | |
parent | ba9234d947af45f15b1e4dece1a9cd447cecc038 (diff) | |
download | glibc-71cf0361ecbeedcb7630f09942011f38cc9ea322.zip glibc-71cf0361ecbeedcb7630f09942011f38cc9ea322.tar.gz glibc-71cf0361ecbeedcb7630f09942011f38cc9ea322.tar.bz2 |
Update.
1998-07-04 17:11 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
* csu/Makefile: Build crt files in lib pass.
* db2/Makefile (distribute): Add mutex/sco.cc.
* mach/Machrules: Don't generate .udeps files if no_deps is set.
* sysdeps/unix/Makefile: Don't generate sysd-syscalls or
s-proto.d if avoid-generated is set.
* sysdeps/alpha/Dist: List only one file per line.
* sysdeps/generic/Dist: Likewise.
* sysdeps/m68k/fpu/switch/Dist: Likewise.
* sysdeps/sparc/sparc32/Dist: Likewise.
* sysdeps/unix/Dist: Likewise.
* sysdeps/unix/sysv/irix4/Dist: Likewise.
* sysdeps/mach/hurd/i386/Dist: New file.
* sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
* sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
* sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
Diffstat (limited to 'db2')
-rw-r--r-- | db2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db2/Makefile b/db2/Makefile index cc530a8..3b46a27 100644 --- a/db2/Makefile +++ b/db2/Makefile @@ -47,7 +47,7 @@ distribute = db_int.h config.h compat.h clib/getlong.c btree/btree.src \ os_func.h) \ $(addprefix mutex/,x86.gcc uts4.cc.s sparc.gcc parisc.hp \ parisc.gcc alpha.gcc alpha.dec README \ - 68020.gcc tsl_parisc.s) + 68020.gcc tsl_parisc.s sco.cc) vpath %.c $(subdir-dirs) |