jw-pkg/make/prereq-installed.mk
2015-07-06 15:01:43 +00:00

4 lines
194 B
Makefile

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