summaryrefslogtreecommitdiff
path: root/regress/make-quoting/files/vtarget.mk
blob: 704e306b213888f0c47c191cd87a25ac0c8165a0 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: vtarget.mk,v 1.1.1.1 2005/05/15 21:10:16 rillig Exp $
#
# This file demonstrates that the ${.TARGET} variable does not have to
# be quoted when the target is specified by a quoted variable.
#

FOO=		a    b `date`

${FOO:Q}:
	echo ${.TARGET}