~ubuntu-branches/ubuntu/quantal/enigmail/quantal-security

1
2
3
4
5
6
7
8
9
10
11
12
#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