mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
4 lines
194 B
Makefile
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
|
|
|