summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-05-05 13:16:08 -0700
committerRoland McGrath <roland@hack.frob.com>2014-05-05 13:16:08 -0700
commitfe6588457a7b66c6cfcd6e51640453de59b8017b (patch)
tree6cf637ed96ee17e23dd32b617edfb37d91241b29 /sysdeps/unix/sysv/linux/Makefile
parenteb1ed03dafcd9a7ea6e95b958413342e20b35968 (diff)
downloadglibc-fe6588457a7b66c6cfcd6e51640453de59b8017b.tar.gz
Move rules for Linux-specific pldd program to Linux-specific Makefile.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 0def37ecfe..692487fc7b 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -175,6 +175,10 @@ sysdep-rtld-routines += dl-brk dl-sbrk dl-getcwd dl-openat64 dl-opendir \
dl-fxstatat64
CPPFLAGS-lddlibc4 += -DNOT_IN_libc
+
+others += pldd
+install-bin += pldd
+$(objpfx)pldd: $(objpfx)xmalloc.o
endif
ifeq ($(subdir),rt)