blob: 8ed95b2dde1994a7f6b620669429da818342f465 [file] [log] [blame]
# TODO(go): Fix
MAKEVER:=$(shell make --version | ruby -n0e 'puts $$_[/Make (\d)/,1]')
test: abcd
abcd:
# GNU make 3 does not prioritize the rule with a shortest stem.
ifeq ($(MAKEVER),4)
a%:
echo FAIL
endif
abc%:
echo PASS
ab%:
echo FAIL