* Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 23 Feb 2002 10:08:09 +0000 (10:08 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 23 Feb 2002 10:08:09 +0000 (10:08 +0000)
because its Makefile is there; test for the executable instead.

ChangeLog
Makefile.in

index b9df8cb1a49756950441daf19679aa5b4765cde8..94a58280e2a6cfb258949fc76d4c2b1743ef7879 100644 (file)
--- 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-09  Alexandre Oliva  <aoliva@redhat.com>
 
        Contribute sh64-elf.
index 1a1494c368b4ffc4beea853603f66b06223cd544..7bf5b5a3bfeb69883b892c0f2469b34b555d4539 100644 (file)
@@ -143,7 +143,7 @@ M4 = `if [ -f $$r/m4/m4 ] ; \
 
 # For an installed makeinfo, we require it to be from texinfo 4 or
 # higher, else we use the "missing" dummy.
-MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
+MAKEINFO = `if [ -f $$r/texinfo/makeinfo/makeinfo ] ; \
        then echo $$r/texinfo/makeinfo/makeinfo ; \
        else if (makeinfo --version \
          | egrep 'texinfo[^0-9]*([1-3][0-9]|[4-9])') >/dev/null 2>&1; \
This page took 0.030432 seconds and 4 git commands to generate.