From: Doug Evans Date: Mon, 27 Jul 1998 23:30:34 +0000 (+0000) Subject: * configure.in (install_tooldir): Allow target to specify whether X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f36af4ae6111e1018873d3c4551fa083b2f537c0;p=binutils-gdb.git * configure.in (install_tooldir): Allow target to specify whether it wants to be installed in $(tooldir)/bin. start-sanitize-sky (dvp-*-*): Don't install in $(tooldir)/bin. end-sanitize-sky * configure: Regenerate. * Makefile.am (install-exec-local): Set install-exec-tooldir dependency via configure. * Makefile.in: Regenerate. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7cb676bc8b9..a0551af710e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Mon Jul 27 16:25:58 1998 Doug Evans + + * configure.in (install_tooldir): Allow target to specify whether + it wants to be installed in $(tooldir)/bin. +start-sanitize-sky + (dvp-*-*): Don't install in $(tooldir)/bin. +end-sanitize-sky + * configure: Regenerate. + * Makefile.am (install-exec-local): Set install-exec-tooldir + dependency via configure. + * Makefile.in: Regenerate. + Fri Jul 24 19:58:59 1998 Doug Evans * Makefile.am (install-exec-local): Split into two ...