Re: mutt/2384: cvs head does not build on debian unstable
The following reply was made to PR mutt/2384; it has been noted by GNATS.
From: Lars Hecking <lhecking@xxxxxxxxxxxxxxxxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc:
Subject: Re: mutt/2384: cvs head does not build on debian unstable
Date: Mon, 24 Jul 2006 14:25:19 +0100 (IST)
> make[1]: Entering directory `/home/t/build/mutt/mutt-cvs'
> Making all in m4
> make[2]: Entering directory `/home/t/build/mutt/mutt-cvs/m4'
> make[2]: *** No rule to make target `Makefile.am.in', needed by
> `Makefile.am'. Stop.
[...]
Looks like your working copy is not in sync with cvs, or there are stray
files left over from previous builds. I'd either check out a fresh copy, or
find . -name 'Makefile*' |xargs rm
cvs up -Pd
and try again.