1
0
Files
irix-657m-src/eoe/cmd/pmake/tests/recurse.test
2022-09-29 17:59:04 +03:00

11 lines
169 B
Plaintext

#
# Makefile to make sure PMake catches recursive variables and aborts
#
A = $(A) b
.BEGIN :
: pmake should abort in a moment for a recursive variable A
q ::
: $(A)