michael@0: $(shell \ michael@0: touch libfoo.so \ michael@0: ) michael@0: michael@0: all: -lfoo michael@0: test "$<" = "libfoo.so" michael@0: @echo TEST-PASS