* po/Make-in (install-info): New target.

This commit is contained in:
Jeff Law 1998-05-11 04:36:09 +00:00
parent ee201bec5c
commit c8f90c731e
4 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun May 10 22:35:02 1998 Jeffrey A Law (law@cygnus.com)
* po/Make-in (install-info): New target.
Thu May 7 15:49:07 1998 Jeffrey A Law (law@cygnus.com)
* config/tc-mn10200.c (md_assemble): Handle "bra" just like "jmp"

View File

@ -1,3 +1,7 @@
Sun May 10 22:35:33 1998 Jeffrey A Law (law@cygnus.com)
* po/Make-in (install-info): New target.
Tue May 5 18:28:40 1998 Tom Tromey <tromey@cygnus.com>
* gprof.h (_): Undefine BFD's version.

View File

@ -106,6 +106,7 @@ $(srcdir)/stamp-cat-id: $(PACKAGE).pot
install: install-exec install-data
install-exec:
install-info:
install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all

View File

@ -1,3 +1,7 @@
Sun May 10 22:37:22 1998 Jeffrey A Law (law@cygnus.com)
* po/Make-in (install-info): New target.
Thu May 7 17:15:59 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.in (WIN32LIBADD): Add -lintl on cygwin32.