michael@0: all: michael@0: touch file.in michael@0: printf "%s: %s\n\ttrue" '$(CURDIR)/file.out' '$(CURDIR)/file.in' >test.mk michael@0: $(MAKE) -f test.mk $(CURDIR)/file.out michael@0: @echo TEST-PASS