aboutsummaryrefslogtreecommitdiff
path: root/testcase/override_rule.mk
blob: a828e654ac634ba3e67836d4c18a7a77f77c1376 (plain)
1
2
3
4
5
6
7
8
test: override

A=PASS
# The behavior for this depends on the version of GNU make. It looks
# like old GNU make has a bug here.
# override : A=PASS_2
override :
	echo $(A)