blob: 9db88d6244ae327e3c89c487e7aff43f4768f7ae [file] [log] [blame]
$(shell mkdir -p tmp)
file = $(shell echo tmp/test\#.ext)
all: test1
test1: $(file)
echo PASS
$(file):
touch $(file)