jw-pkg/make/prereq-installed.mk
2015-10-01 16:20:23 +00:00

4 lines
201 B
Makefile

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