diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-09-21 05:09:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-09-21 05:09:09 +0000 |
commit | 759bfa908e21c017a9adb5412fcfaf5143959113 (patch) | |
tree | a19663ebabd0f87ee92215869557c14e65b53730 /ChangeLog | |
parent | f449e8853bf53ef866d346a99f707eb03488d434 (diff) | |
download | gcc-759bfa908e21c017a9adb5412fcfaf5143959113.tar.gz |
Makefile.in (AS_FOR_TARGET, [...]): Don't use double quotes to avoid quotes nesting problems.
* 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.
From-SVN: r45720
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 877812fb72f..91a12828bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 |