From e5cfa84477427cc8233ff18ab235c4eb88c1d7d2 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 22 Oct 2017 18:30:19 -0700 Subject: Move $outdir/fetch.stamp -> $dir/fetch --- ninja.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ninja.lua') diff --git a/ninja.lua b/ninja.lua index e2707178..7be36a0b 100644 --- a/ninja.lua +++ b/ninja.lua @@ -357,9 +357,9 @@ function waylandproto(proto, client, server, code) end function fetch(method, args) - build('fetch'..method, '$outdir/fetch.stamp', {'|', '$dir/rev'}, {args=args}) + build('fetch'..method, '$dir/fetch', {'|', '$dir/rev'}, {args=args}) if next(pkg.inputs.fetch) then - build('phony', table.keys(pkg.inputs.fetch), '$outdir/fetch.stamp') + build('phony', table.keys(pkg.inputs.fetch), '$dir/fetch') end end -- cgit v1.2.3