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 | 4a30982664a503444ceebb532c1bb8dfe411676c (patch) | |
tree | 6bb3536aa5944dafa796b6acbecb373bbe72d016 /ChangeLog | |
parent | 7700f3718e2776b02c425506758a5299a7a56fff (diff) | |
download | cygnal-4a30982664a503444ceebb532c1bb8dfe411676c.tar.gz cygnal-4a30982664a503444ceebb532c1bb8dfe411676c.tar.bz2 cygnal-4a30982664a503444ceebb532c1bb8dfe411676c.zip |
* 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 |