diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/elf/Makefile b/elf/Makefile index 8743ee0ceb..f6c6fb4644 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -80,15 +80,14 @@ install-rootsbin += ldconfig ldconfig-modules := cache readlib xmalloc xstrdup chroot_canon extra-objs += $(ldconfig-modules:=.o) +endif +endif pldd-modules := xmalloc # To find xmalloc.c and xstrdup.c vpath %.c ../locale/programs -endif -endif - ifeq ($(have-ksh)$(build-shared),yesyes) extra-objs += sotruss-lib.os sotruss-lib.so install-others += $(inst_auditdir)/sotruss-lib.so |