summaryrefslogtreecommitdiff
path: root/regress/make-quoting/files/ltarget.mk
blob: 46ec09604c2aa33cfe79f4e09ea63b6949a0caff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: ltarget.mk,v 1.1.1.1 2005/05/15 21:10:16 rillig Exp $
#
# This file demonstrates that the ${.TARGET} variable must be quoted when
# the target is specified directly.
#
# See also vtarget.
#

all: foo`date`

.PHONY: foo`date`
foo`date`:
	echo ${.TARGET:Q}