# $OpenBSD: mk34,v 1.2 2014/01/06 12:31:56 espie Exp $
# should produce similar error message with -j and without -j

t38.a: ${.PREFIX}.b
	@echo okay

t38.b:
	@touch $@

.SUFFIXES: .a .b
