From f729261831cb08cdc97da2d1541b1742d4a465ce Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 3 Dec 2019 20:42:36 +0000 Subject: [PATCH] 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 --- test-example/Subdir.sd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2