Re: [AD] makefile.tst fix |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Laurence Withers wrote:
> Shouldn't that be
>
> echo '/* foo */' >bar
>
> though?
This doesn't work with mingw's make though: it echoes the quotes into
the file. So I think the patch I sent is the most portable solution...
> >This means that djgpp's make is brain-dead, broken, and
> >evil,
> [snip]
>
> Whoah! Calm down... ;-)
OK, I overreacted a bit :-) I agree make is most of the time an
extremely nice program, but I got irritated when it seemed to misbehave
on purpose :-)
Sven