From a92b9db33c6a671d84d64e306d82d8bad815d871 Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Tue, 20 Aug 1991 22:23:49 +0000 Subject: [PATCH] Tue Aug 20 15:18:02 1991 Roland H. Pesch (pesch at cygint.cygnus.com) * Makefile.in: include core.p in PROTOS (building better bfd.h) * archures.c: remove empty foo() definition (crept in at vn1.9) --- bfd/ChangeLog | 5 +++++ bfd/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 64d7dd80d79..d31bd0f7c38 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 20 15:18:02 1991 Roland H. Pesch (pesch at cygint.cygnus.com) + + * Makefile.in: include core.p in PROTOS (building better bfd.h) + * archures.c: remove empty foo() definition (crept in at vn1.9) + Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com) * bfd.texinfo: use @setchapternewpage on instead of lots of diff --git a/bfd/Makefile.in b/bfd/Makefile.in index c939be94b88..127f19e0450 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -234,7 +234,7 @@ docs: syms.texi bfd.texi cache.texi format.texi section.texi \ PROTOS = opncls.p archures.p libbfd.p section.p syms.p bfd.p \ - archive.p reloc.p targets.p format.p coffcode.p + archive.p reloc.p targets.p format.p coffcode.p core.p IPROTOS = libbfd.ip cache.ip -- 2.30.2