blob: 3b4628a784e137a6ba3aa3990032b66acf518025 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $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
|