From dbe1077c3f0b6d79f8ea5eefd97f98780246d0cf Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 22 Jun 2020 12:42:12 -0700 Subject: Remove unnecessary fetch rules --- ninja.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ninja.lua') diff --git a/ninja.lua b/ninja.lua index 56340244..0c21b5be 100644 --- a/ninja.lua +++ b/ninja.lua @@ -397,7 +397,7 @@ function fetch(method) else script = '$basedir/scripts/fetch-'..method..'.sh' end - build('fetch-'..method, '$dir/fetch', {'|', '$dir/ver', script}) + build('fetch', '$dir/fetch', {'|', '$dir/ver', script}, {script=script}) if basedir ~= '.' then build('phony', '$gendir/fetch', '$dir/fetch') end -- cgit v1.2.3