build/pymake/tests/link-search.mk

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:6151e1a4598a
1 $(shell \
2 touch libfoo.so \
3 )
4
5 all: -lfoo
6 test "$<" = "libfoo.so"
7 @echo TEST-PASS

mercurial