summaryrefslogtreecommitdiff
path: root/login
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-15 07:01:02 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-15 07:01:02 +0000
commit18b149d8b5ca6884922583339b752bdcee7ffaa5 (patch)
tree5f40466bbec545782b21ebb461f38c5ff4e5ed7f /login
parent9ca237652adc775e89a7f9f91076b0ac413c684e (diff)
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/Makefile2
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.