michael@0: #T grep-for: "dotslash-built" michael@0: .PHONY: $(dir foo) michael@0: michael@0: all: $(dir foo) michael@0: @echo TEST-PASS michael@0: michael@0: $(dir foo): michael@0: @echo dotslash-built