gecko/build/pymake/tests/dotslash-dir.mk

9 lines
118 B
Makefile
Raw Normal View History

2011-10-31 10:16:21 -07:00
#T grep-for: "dotslash-built"
.PHONY: $(dir foo)
all: $(dir foo)
@echo TEST-PASS
$(dir foo):
@echo dotslash-built