diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 13:03:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 13:03:58 +0000 |
| commit | e1a1c7d33129777c0aae4ce06cf0f5f5089108f6 (patch) | |
| tree | 71130b6290d132f7696dd6de4d311a45f52fba3e /gnu/usr.bin | |
| parent | 23e896a74012e8f82c0aef75e406fc5cb778a330 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile b/gnu/usr.bin/binutils/libbfd/Makefile index 9e4d17214a5b..2f623c63f9bb 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile +++ b/gnu/usr.bin/binutils/libbfd/Makefile @@ -6,8 +6,8 @@ LIB= bfd SRCS+= archive.c archures.c bfd.c binary.c cache.c \ - coffgen.c corefile.c elf.c format.c hash.c ihex.c \ - init.c libbfd.c linker.c opncls.c reloc.c section.c \ + coffgen.c corefile.c elf.c elf-eh-frame.c elf-strtab.c format.c hash.c ihex.c \ + init.c libbfd.c linker.c merge.c opncls.c reloc.c section.c \ srec.c stab-syms.c stabs.c syms.c targets.c tekhex.c \ targmatch.h dwarf1.c dwarf2.c config.h CFLAGS+= -I${SRCDIR}/bfd |
