xref: /openbsd/regress/usr.bin/make/mk34 (revision 3cab2bb3)
1# $OpenBSD: mk34,v 1.2 2014/01/06 12:31:56 espie Exp $
2# should produce similar error message with -j and without -j
3
4t38.a: ${.PREFIX}.b
5	@echo okay
6
7t38.b:
8	@touch $@
9
10.SUFFIXES: .a .b
11