From fe6588457a7b66c6cfcd6e51640453de59b8017b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 May 2014 13:16:08 -0700 Subject: Move rules for Linux-specific pldd program to Linux-specific Makefile. --- sysdeps/unix/sysv/linux/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/unix') 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) -- cgit 1.4.1