Hi,

> Well, of course you can do it in the shell:
>
>  $(OUTPUT) : $(INPUT)
>         -command -o $@ -c $<
>         @[ -f $@ -a $@ -nt $< ]
>
> It seems like there should be a way to get make to do this, since that's
> what make does, but I can't think of one offhand.

thanks for that answer.

I did not post this on the win32 mailing list as i thought there
could maybe be something in make available.

Is there something possible directly within "make"?


Best regards,
Torsten.


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to