summaryrefslogtreecommitdiff
path: root/pkg/strace/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-02-21 20:46:15 -0800
committerMichael Forney <mforney@mforney.org>2020-03-01 19:24:52 -0800
commit491d63f93cbcd29226c1cb92cb5ad32d1d1f9509 (patch)
treeca6e88fa7c6d743ee82e0081fcb2c6d4b41569f8 /pkg/strace/gen.lua
parent85376976ebb01b1eeee6ef6d761243f9c8d11a53 (diff)
strace: Fix linux-headers dependency
Diffstat (limited to 'pkg/strace/gen.lua')
-rw-r--r--pkg/strace/gen.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua
index 250a2784..2daacce5 100644
--- a/pkg/strace/gen.lua
+++ b/pkg/strace/gen.lua
@@ -8,10 +8,6 @@ cflags{
'-I $builddir/pkg/linux-headers/include',
}
-pkg.deps = {
- 'pkg/linux-headers/headers',
-}
-
build('cat', '$outdir/config.h', {
'$builddir/probe/HAVE___BUILTIN_POPCOUNT',
'$dir/config.h',
@@ -349,6 +345,7 @@ pkg.deps = {
'$outdir/scno.h',
'$outdir/sen.h',
'$outdir/sys_func.h',
+ 'pkg/linux-headers/headers',
}
lib('libstrace.a', libsrcs, {'$outdir/printers.h'})