xref: /openbsd/regress/usr.bin/make/mk35 (revision 73471bf0)
1# $OpenBSD: mk35,v 1.1 2014/01/04 17:10:56 espie Exp $
2# should produce similar error message with -j and without -j
3
4thing.o: $<.vis
5	@echo trythis
6