diff options
author | Doug Evans <dje@google.com> | 1998-07-27 23:30:34 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-07-27 23:30:34 +0000 |
commit | f36af4ae6111e1018873d3c4551fa083b2f537c0 (patch) | |
tree | 49639d238748b3590ad07910ef6fed01124d4665 /gas | |
parent | 16a628c00fe4e719359e1e53888587d4f183fad0 (diff) | |
download | gdb-f36af4ae6111e1018873d3c4551fa083b2f537c0.zip gdb-f36af4ae6111e1018873d3c4551fa083b2f537c0.tar.gz gdb-f36af4ae6111e1018873d3c4551fa083b2f537c0.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7cb676b..a0551af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Mon Jul 27 16:25:58 1998 Doug Evans <devans@canuck.cygnus.com> + + * 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 <devans@canuck.cygnus.com> * Makefile.am (install-exec-local): Split into two ... |