On Tuesday 06 January 2004 22:13 CET Malte S. Stretz wrote:
> On Tuesday 06 January 2004 21:58 CET Sidney Markowitz wrote:
> >[...]
> > and the / in the target just made it always run instead of checking the
> > dependency. So changing all the / to \ in the pathnames, including in
> > the targets should work.
>
> Ah, all right. I'll chack it in, you can test it later.
Actually, now that I looked at it, it was really my fault. It still cd'd to
the spamd dir but tried to build spamd/utils.c etc then. Ooops, must have
copied those strings from the wrong place. I corrected that.
I can't replace the forward- with a backslash in the target name because
then the top Makefile wouldn't find spamd/spamc.exe anymore. And as nmake
doesn't have problems with the top Makefile I assume it can cope with
forward slashes.
Btw, does nmake support a switch -C which changes in the given directory
before it executes the Makefile?
Cheers,
Malte
--
[SGT] Simon G. Tatham: "How to Report Bugs Effectively"
<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
[ESR] Eric S. Raymond: "How To Ask Questions The Smart Way"
<http://www.catb.org/~esr/faqs/smart-questions.html>