[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help about GNU `m4'
From: |
Paul Eggert |
Subject: |
Re: help about GNU `m4' |
Date: |
Tue, 02 Nov 2004 12:32:21 -0800 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
PENG Bo <address@hidden> writes:
> making all in doc
> No suffix list.
> cd . && makeinfo m4.texinfo
> sh: makeinfo: not found.
It appears that your "make" program is busted: it assumes that
one must rebuild a file if it has the exact same time stamp as
a file that it depends on. POSIX says that "make" must assume
that a file is up to date unless it is older than a dependency.
To work around the problem, run the command "touch doc/m4.info":
this will modify the timestamp on the file doc/m4.info so that
your "make" knows that it is up to date.