tenfourfox/build/pymake/tests/includedeps-norebuild.mk

16 lines
170 B
Makefile
Raw Normal View History

2017-04-19 07:56:45 +00:00
#T gmake skip
$(shell \
touch filemissing; \
sleep 2; \
touch file1; \
)
all: file1
@echo TEST-PASS
includedeps $(TESTPATH)/includedeps.deps
file1:
@echo TEST-FAIL