diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-22 18:30:19 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-23 21:43:33 -0700 |
| commit | e5cfa84477427cc8233ff18ab235c4eb88c1d7d2 (patch) | |
| tree | 459b348d4572b8c178ab157c2b257dd22f25b4d2 /pkg/nginx/gen.lua | |
| parent | 6026883449f412761b4cf066585c2ec1d1f28f6f (diff) | |
Move $outdir/fetch.stamp -> $dir/fetch
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 2cf1fc2c..c70321f9 100644 --- a/pkg/nginx/gen.lua +++ b/pkg/nginx/gen.lua @@ -52,7 +52,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', {'$outdir/fetch.stamp'}) +cc('$outdir/ngx_modules.c', {'$dir/fetch'}) local sources = paths[[src/( core/( |
