* Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when

invoking runtest.
	* Makefile.in: Rebuild.
This commit is contained in:
Ian Lance Taylor 1998-04-22 20:03:56 +00:00
parent fc4826cf4d
commit f3b96ecc60
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
Wed Apr 22 12:40:56 1998 Ian Lance Taylor <ian@cygnus.com>
* Makefile.am (check-DEJAGNU): Add $(INTLLIBS) to LIBIBERTY when
invoking runtest.
* Makefile.in: Rebuild.
* lexsup.c (parse_args): Change -l options into --library options
to avoid confusion between -li and -library.
* ld.texinfo (MEMORY): Clarify use of >REGION.
Tue Apr 21 23:12:40 1998 Tom Tromey <tromey@scribbles.cygnus.com>