summaryrefslogtreecommitdiff
path: root/pkg/strace/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/strace/gen.lua')
-rw-r--r--pkg/strace/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua
index 196ee684..09085e79 100644
--- a/pkg/strace/gen.lua
+++ b/pkg/strace/gen.lua
@@ -348,7 +348,7 @@ pkg.deps = {
'pkg/linux-headers/headers',
}
-lib('libstrace.a', srcs, {'$outdir/printers.h'})
+lib('libstrace.a', srcs)
exe('strace', {'strace.c', 'libstrace.a'})
file('bin/strace', '755', '$outdir/strace')
man{'strace.1'}