xref: /openbsd-src/regress/usr.bin/make/mk14 (revision fcb573ce25b6a1ddb3d54a53cd876c0c98a4df54)
1*fcb573ceSespie# $OpenBSD: mk14,v 1.1 2001/11/21 21:55:52 espie Exp $
2*fcb573ceSespie
3*fcb573ceSespiea.b: a.a
4*fcb573ceSespie	echo $< >$@
5*fcb573ceSespie
6*fcb573ceSespiea.a:
7*fcb573ceSespie	touch $@
8*fcb573ceSespie
9*fcb573ceSespie.SUFFIXES: .b .a
10*fcb573ceSespie
11*fcb573ceSespie.a.b:
12*fcb573ceSespie	@echo "something" >$@
13