diff options
| author | Michael Forney <mforney@mforney.org> | 2017-12-30 22:44:56 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-12-30 22:44:56 -0800 |
| commit | a88bdedbcf535ab4941ee395cc938c7d567bbf96 (patch) | |
| tree | de9d9dbc0775ca661b42a49081d1d339ac08e109 /pkg | |
| parent | f4c50108da9e4674516112ace7f0097d264fe7e4 (diff) | |
nginx: ngx_module.c.o depends on pkg.deps
Diffstat (limited to 'pkg')
| -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 f17523ba..fe0222b0 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', {'$dir/fetch'}) +cc('$outdir/ngx_modules.c') local sources = paths[[src/( core/( |
