blob: dff848032257dd1a430a8c974d714097012c10b1 [file] [log] [blame]
#T returncode: 2
# Once parsing is finished, recursive expansion in commands are not allowed to create any new rules (it may only set variables)
define MORERULE
all:
@echo TEST-FAIL
endef
all:
$(eval $(MORERULE))
@echo done