From 2ecee433b9673128ad4796988a1767989ef343b1 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 13 Jul 2022 12:19:34 -0700 Subject: binutils: Fix header dependencies on bfdver.h --- pkg/binutils/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/binutils/gen.lua') 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', [[ -- cgit v1.2.3