diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-09-21 05:14:32 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-09-21 05:14:32 +0000 |
commit | 3f152009fa7571e4a27d1cb6ae3cadfb3976fb25 (patch) | |
tree | 242e976f5dbb4c2600ec8ca012701b48910c0db0 /ChangeLog | |
parent | 923f08ff7ac991107941902e255b1e600ed3d359 (diff) | |
download | gdb-3f152009fa7571e4a27d1cb6ae3cadfb3976fb25.zip gdb-3f152009fa7571e4a27d1cb6ae3cadfb3976fb25.tar.gz gdb-3f152009fa7571e4a27d1cb6ae3cadfb3976fb25.tar.bz2 |
* Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
avoid quotes nesting problems.
(NATIVE_CHECK_MODULES): Ditto, just for consistency.
(DO_X): Export only variables that are set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-09-21 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, + DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, + RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to + avoid quotes nesting problems. + (NATIVE_CHECK_MODULES): Ditto, just for consistency. + (DO_X): Export only variables that are set. + 2001-09-19 Ben Elliston <bje@redhat.com> * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on |