Define LIBIBERTY
This commit is contained in:
parent
9442cea301
commit
6c298591a3
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-05-21 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* Makefile.am (LIBIBERTY): Define.
|
||||
|
||||
2000-05-16 Frank Ch. Eigler <fche@redhat.com>
|
||||
|
||||
* fr30-desc.h: Partially regenerated to account for changed
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue