diff options
Diffstat (limited to 'login/Makefile')
-rw-r--r-- | login/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/login/Makefile b/login/Makefile index 61c9d7efbe..0bfe643136 100644 --- a/login/Makefile +++ b/login/Makefile @@ -68,8 +68,3 @@ endif $(inst_libexecdir)/pt_chown: $(objpfx)pt_chown $(+force) $(make-target-directory) -$(INSTALL_PROGRAM) -m 4755 -o root $< $@ - -# 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. -$(objpfx)libutil.so: $(common-objpfx)libc.so $(common-objpfx)libc_nonshared.a |