diff options
| author | Michael Forney <mforney@mforney.org> | 2022-07-13 12:19:34 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-07-13 12:20:46 -0700 |
| commit | 2ecee433b9673128ad4796988a1767989ef343b1 (patch) | |
| tree | 83ba3551b7bf08f5dc8b6af596f5d0482ba5281d /pkg/binutils/gen.lua | |
| parent | d20d4f021cf95495708646500a5046f5273f646e (diff) | |
binutils: Fix header dependencies on bfdver.h
Diffstat (limited to 'pkg/binutils/gen.lua')
| -rw-r--r-- | pkg/binutils/gen.lua | 2 |
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', [[ |
