diff options
| author | Michael Forney <mforney@mforney.org> | 2018-01-12 10:26:31 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-01-12 10:26:31 -0800 |
| commit | 35337547a84cbcc856ee052f9f0c10866c621671 (patch) | |
| tree | 4bf2d6d2a92e4e4b29b384e7278848f58f01051c /pkg/nginx/gen.lua | |
| parent | 3527388afc935b1b381f749f2f05a70ff45cf9de (diff) | |
nginx: Need to depend on $dir/fetch and $dir/deps
Diffstat (limited to 'pkg/nginx/gen.lua')
| -rw-r--r-- | pkg/nginx/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/nginx/gen.lua b/pkg/nginx/gen.lua index fe0222b0..000ccea0 100644 --- 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/( |
