prereq-installed.mk: Add strace to targets needing libpath

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2015-10-01 16:20:23 +00:00
commit cf963e41ea

View file

@ -1,4 +1,4 @@
ifneq ($(filter run gdb valgrind attach attach-strace libpath valgrind,$(MAKECMDGOALS)),)
ifneq ($(filter run gdb valgrind attach attach-strace libpath valgrind strace,$(MAKECMDGOALS)),)
PREREQ_BUILD += $(shell ls /etc/ld.so.conf.d | sed '/ld-.*.conf/ !d; s/ld-\(.*\).conf/\1/')
endif