michael@0: ifndef TOUCH michael@0: TOUCH = touch michael@0: endif michael@0: michael@0: all: testfile {testfile2} (testfile3) michael@0: test -f testfile michael@0: test -f {testfile2} michael@0: test -f "(testfile3)" michael@0: @echo TEST-PASS michael@0: michael@0: testfile {testfile2} (testfile3): michael@0: $(TOUCH) "$@"