commit: 35337547a84cbcc856ee052f9f0c10866c621671
parent 3527388afc935b1b381f749f2f05a70ff45cf9de
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 12 Jan 2018 10:26:31 -0800
nginx: Need to depend on $dir/fetch and $dir/deps
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/nginx/gen.lua b/pkg/nginx/gen.lua
@@ -50,7 +50,7 @@ end
build('awk', '$outdir/ngx_modules.c', {'$dir/modules.txt', '|', '$dir/modules.awk', '$dir/sources.txt'}, {
expr='-f $dir/modules.awk -v sources=$dir/sources.txt'
})
-cc('$outdir/ngx_modules.c')
+cc('$outdir/ngx_modules.c', {'$dir/deps', '$dir/fetch'})
local sources = paths[[src/(
core/(