diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 31ac7ba105..1418a8f57f 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -76,11 +76,11 @@ ifeq (yes,$(build-shared)) extra-objs = $(all-rtld-routines:%=%.os) soinit.os sofini.os interp.os generated += librtld.os dl-allobjs.os ld.so ldd install-others = $(inst_slibdir)/$(rtld-installed-name) -install-bin = ldd +install-bin-script = ldd endif others = sprof sln -install-bin += sprof +install-bin = sprof others-static = sln install-rootsbin = sln |