gecko/build/pymake/tests/dotslash-dir.mk
2011-10-31 13:16:21 -04:00

9 lines
118 B
Makefile

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