comparison: build/pymake/tests/matchany3.mk
build/pymake/tests/matchany3.mk
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 $(shell \ |
|
2 echo "target" > target.in; \ |
|
3 ) |
|
4 |
|
5 all: target |
|
6 test "$$(cat $^)" = "target" |
|
7 @echo TEST-PASS |
|
8 |
|
9 %: %.in |
|
10 cp $< $@ |