diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-15 07:01:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-15 07:01:02 +0000 |
commit | 18b149d8b5ca6884922583339b752bdcee7ffaa5 (patch) | |
tree | 5f40466bbec545782b21ebb461f38c5ff4e5ed7f /login | |
parent | 9ca237652adc775e89a7f9f91076b0ac413c684e (diff) | |
download | glibc-18b149d8b5ca6884922583339b752bdcee7ffaa5.tar glibc-18b149d8b5ca6884922583339b752bdcee7ffaa5.tar.gz glibc-18b149d8b5ca6884922583339b752bdcee7ffaa5.tar.bz2 glibc-18b149d8b5ca6884922583339b752bdcee7ffaa5.zip |
Update.
* login/Makefile (utmpd): Remove rule to build utmpd.
* csu/Versions: Move libgcc frame handling functions from here...
* sysdeps/unix/sysv/linux/alpha/Versions: ...to here...
* sysdeps/unix/sysv/linux/arm/Versions: ...to here...
* sysdeps/unix/sysv/linux/i386/Versions: ...to here...
* sysdeps/unix/sysv/linux/m68k/Versions: ...to here...
* sysdeps/unix/sysv/linux/powerpc/Versions: ...to here...
* sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here.
New file.
Diffstat (limited to 'login')
-rw-r--r-- | login/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/login/Makefile b/login/Makefile index 942e47efb4..b79c21a9e0 100644 --- a/login/Makefile +++ b/login/Makefile @@ -57,8 +57,6 @@ $(inst_libexecdir)/pt_chown: $(objpfx)pt_chown $(+force) $(make-target-directory) -$(INSTALL_PROGRAM) -m 4755 -o root $< $@ -$(objpfx)utmpd: $(utmpd-routines:%=$(objpfx)%.o) - # Depend on libc.so so a DT_NEEDED is generated in the shared objects. # This ensures they will load libc.so for needed symbols if loaded by # a statically-linked program that hasn't already loaded it. |