blob: e30abd4397eb792f4b24e6dc48decdce47d203a2 [file] [log] [blame]
#T gmake skip
$(shell \
touch filemissing; \
sleep 2; \
touch file1; \
)
all: file1
@echo TEST-PASS
includedeps $(TESTPATH)/includedeps.deps
file1:
@echo TEST-FAIL