jw-pkg/make/prereq-installed.mk
2016-03-20 20:22:28 +00:00

4 lines
212 B
Makefile

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