11 lines
169 B
Plaintext
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)
|