From 4138bceead456d704acafa53295d637ca1f914a6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 Nov 1995 02:22:24 +0000 Subject: [PATCH] (ldd): Make it executable. --- elf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/elf/Makefile b/elf/Makefile index 8574ca78e3..08288f89d5 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -78,4 +78,5 @@ $(slibdir)/ld-linux.so.1: $(objpfx)ld-linux.so.1; $(do-install-program) $(objpfx)ldd: ldd.sh.in sed 's%@RTLD@%$(libdir)/$(rtld-installed-name)%g' < $< > $@.new + chmod 555 $@.new mv -f $@.new $@ -- 2.11.4.GIT