blob: 811161ece79f4da63db922b05ad58e859634d889 [file] [log] [blame]
TOUCH ?= touch
foo:
$(TOUCH) bar
$(TOUCH) baz
$(MAKE) -f $(TESTPATH)/native-touch.mk baz
$(TOUCH) -t 198007040802 baz
$(MAKE) -f $(TESTPATH)/native-touch.mk baz
bar:
$(TOUCH) $@
baz: bar
echo TEST-PASS
$(TOUCH) $@