diff options
Diffstat (limited to 'build/pymake/tests/dotslash-dir.mk')
-rw-r--r-- | build/pymake/tests/dotslash-dir.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/pymake/tests/dotslash-dir.mk b/build/pymake/tests/dotslash-dir.mk new file mode 100644 index 000000000..8b30d1e3c --- /dev/null +++ b/build/pymake/tests/dotslash-dir.mk @@ -0,0 +1,8 @@ +#T grep-for: "dotslash-built" +.PHONY: $(dir foo) + +all: $(dir foo) + @echo TEST-PASS + +$(dir foo): + @echo dotslash-built |