comparison: build/pymake/tests/recursive-set2.mk
build/pymake/tests/recursive-set2.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 #T returncode: 2 |
|
2 |
|
3 FOO = $(BAR) |
|
4 BAR = $(FOO) |
|
5 |
|
6 all: |
|
7 echo $(FOO) |
|
8 @echo TEST-FAIL |