summaryrefslogtreecommitdiff
path: root/pkg/binutils/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-07-13 12:19:34 -0700
committerMichael Forney <mforney@mforney.org>2022-07-13 12:20:46 -0700
commit2ecee433b9673128ad4796988a1767989ef343b1 (patch)
tree83ba3551b7bf08f5dc8b6af596f5d0482ba5281d /pkg/binutils/gen.lua
parentd20d4f021cf95495708646500a5046f5273f646e (diff)
binutils: Fix header dependencies on bfdver.h
Diffstat (limited to 'pkg/binutils/gen.lua')
-rw-r--r--pkg/binutils/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/binutils/gen.lua b/pkg/binutils/gen.lua
index cd43f225..8c429fe7 100644
--- a/pkg/binutils/gen.lua
+++ b/pkg/binutils/gen.lua
@@ -20,6 +20,7 @@ cflags{
pkg.deps = {
'pkg/zlib/headers',
'$outdir/bfd/bfd.h',
+ '$outdir/bfd/bfdver.h',
'$outdir/bfd/bfd_stdint.h',
}
@@ -243,7 +244,6 @@ sub('gas.ninja', function()
'$outdir/gas/targ-cpu.h',
'$outdir/gas/targ-env.h',
'$outdir/gas/obj-format.h',
- '$outdir/bfd/bfdver.h',
}
-- src/gas/Makefile.am:/^GAS_CFILES
exe('bin/as', [[