gecko-dev/build/pymake/tests/includedeps.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
103 B
Makefile
Raw Normal View History

#T gmake skip
all: file1
@echo TEST-PASS
includedeps $(TESTPATH)/includedeps.deps
file1:
touch $@