From: Ian Jackson Date: Tue, 3 Dec 2019 20:42:36 +0000 (+0000) Subject: test-example: Replace a literal with $@ X-Git-Tag: v0.6.0~253 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=f729261831cb08cdc97da2d1541b1742d4a465ce;p=secnet.git test-example: Replace a literal with $@ No functional change. This makes the command a bit more general. At some much later point this will make a future commit simpler... Signed-off-by: Ian Jackson --- diff --git a/test-example/Subdir.sd.mk b/test-example/Subdir.sd.mk index ae617f3..33e437b 100644 --- a/test-example/Subdir.sd.mk +++ b/test-example/Subdir.sd.mk @@ -6,6 +6,6 @@ include common.make base64 -d <$< >$@.new && mv -f $@.new $@ &sites.conf: $(src)/make-secnet-sites &^/sites Subdir.mk - $(src)/make-secnet-sites &^/sites &sites.conf + $(src)/make-secnet-sites &^/sites $@ &CLEAN += *.new