From 18b149d8b5ca6884922583339b752bdcee7ffaa5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 15 Jun 2000 07:01:02 +0000 Subject: 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. --- login/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'login') 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. -- cgit v1.2.3