diff options
Diffstat (limited to 'regress/usr.bin/make/mk34')
-rw-r--r-- | regress/usr.bin/make/mk34 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/regress/usr.bin/make/mk34 b/regress/usr.bin/make/mk34 index e395baf7921..3b4628a784e 100644 --- a/regress/usr.bin/make/mk34 +++ b/regress/usr.bin/make/mk34 @@ -1,5 +1,10 @@ -# $OpenBSD: mk34,v 1.1 2013/12/26 10:25:07 espie Exp $ +# $OpenBSD: mk34,v 1.2 2014/01/06 12:31:56 espie Exp $ # should produce similar error message with -j and without -j -thing.o: ${.PREFIX}.vis - @echo trythis +t38.a: ${.PREFIX}.b + @echo okay + +t38.b: + @touch $@ + +.SUFFIXES: .a .b |