michael@0: #T returncode: 2 michael@0: michael@0: # The dependencies of the command rule of a single-colon target are resolved before the rules without commands. michael@0: michael@0: all: export michael@0: michael@0: export: michael@0: sleep 1 michael@0: touch somefile michael@0: michael@0: all: somefile michael@0: test -f somefile michael@0: @echo TEST-PASS