diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 0b37b1f..aff64e4 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -61,7 +61,7 @@ generated += ldd endif others = sprof -install-bin = sprof +install-bin += sprof ifeq (yes,$(has-ldconfig)) others-static += ldconfig |