From 6c298591a34972fc8cee225979d1ab26829f088b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 21 May 2000 17:01:02 +0000 Subject: [PATCH] Define LIBIBERTY --- opcodes/ChangeLog | 4 ++++ opcodes/Makefile.am | 3 +++ 2 files changed, 7 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 68ae62f..8c3c3e7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2000-05-21 Nick Clifton + + * Makefile.am (LIBIBERTY): Define. + 2000-05-16 Frank Ch. Eigler * fr30-desc.h: Partially regenerated to account for changed diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 893f28c..a3fc14e 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -16,6 +16,9 @@ lib_LTLIBRARIES = libopcodes.la # This is where bfd.h lives. BFD_H = ../bfd/bfd.h +# This is where libiberty lives. +LIBIBERTY = ../libiberty/libiberty.a + # Header files. HFILES = \ arm-opc.h \ -- 2.7.4