[MonoDevelop] Missing seprerators in Makefiles
John Luke
jluke@users.sourceforge.net
Mon, 23 Feb 2004 14:13:55 -0500
On Mon, 2004-02-23 at 05:51, Michael Zehrer wrote:
> Hi,
>
> I have a problem building the r985 snapshot. configures creates
> makefiles with missing separators, like this one
> (src/Libraries/MonoDevelop.Core/Makefile):
>
> SOURCES =
> ./Properties/CharacterEncodings.cs
> ./Properties/DefaultProperties.cs
> ./Properties/UnknownPropertyNodeException.cs
> etc...
>
> Is there something wrong with my system (Debian/unstable)?
>
It should have a \ at the end of each of those lines, why it doesn't I
don't know. Here it works fine with automake 1.7.8 and autoconf 2.5.7.
I'll ask Todd how he is making the snapshots.