diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-02-23 10:06:59 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2002-02-23 10:06:59 +0000 |
commit | 0210b33b54f8a1581d2aec1ac36ee2947bd7600b (patch) | |
tree | c9a5699648c7b05109a8f2b52ea9efd095e2b253 /ChangeLog | |
parent | 44c5edc005283d132f655130527e7eb08ededf51 (diff) | |
download | gcc-0210b33b54f8a1581d2aec1ac36ee2947bd7600b.tar.gz |
Makefile.in (MAKEINFO): Don't assume makeinfo will be built just because its Makefile is there...
* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
because its Makefile is there; test for the executable instead.
From-SVN: r49990
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1b1fea40293..9de6dc7939c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-02-23 Alexandre Oliva <aoliva@redhat.com> + + * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just + because its Makefile is there; test for the executable instead. + 2002-02-22 Alexandre Oliva <aoliva@redhat.com> * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for |