diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-05 13:16:08 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-05 13:16:08 -0700 |
commit | fe6588457a7b66c6cfcd6e51640453de59b8017b (patch) | |
tree | 6cf637ed96ee17e23dd32b617edfb37d91241b29 /elf/Makefile | |
parent | eb1ed03dafcd9a7ea6e95b958413342e20b35968 (diff) | |
download | glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.tar.gz glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.tar.xz glibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.zip |
Move rules for Linux-specific pldd program to Linux-specific Makefile.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/elf/Makefile b/elf/Makefile index 7ff3da2dfb..3d675d7003 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -70,8 +70,8 @@ install-others = $(inst_rtlddir)/$(rtld-installed-name) install-bin-script = ldd endif -others = sprof sln pldd -install-bin = sprof pldd +others = sprof sln +install-bin = sprof others-static = sln install-rootsbin = sln sln-modules := static-stubs @@ -88,8 +88,6 @@ extra-objs += $(ldconfig-modules:=.o) endif endif -pldd-modules := xmalloc - # To find xmalloc.c and xstrdup.c vpath %.c ../locale/programs @@ -430,8 +428,6 @@ $(objpfx)sln: $(sln-modules:%=$(objpfx)%.o) $(objpfx)ldconfig: $(ldconfig-modules:%=$(objpfx)%.o) -$(objpfx)pldd: $(pldd-modules:%=$(objpfx)%.o) - SYSCONF-FLAGS := -D'SYSCONFDIR="$(sysconfdir)"' CFLAGS-ldconfig.c = $(SYSCONF-FLAGS) -D'LIBDIR="$(libdir)"' \ -D'SLIBDIR="$(slibdir)"' -DIS_IN_ldconfig=1 |