gecko-dev/build/pymake/tests/simple-makeflags.mk

11 строки
222 B
Makefile
Исходник Обычный вид История

2009-04-02 20:26:17 +04:00
# There once was a time when MAKEFLAGS=w without any following spaces would
# cause us to treat w as a target, not a flag. Silly!
MAKEFLAGS=w
all:
$(MAKE) -f $(TESTPATH)/simple-makeflags.mk subt
@echo TEST-PASS
subt: