Juergen Boemmels <[EMAIL PROTECTED]> wrote:

> How about this? Its from perldoc -f utime:

Ah thanks. I should have read that first :)

> TOUCH = $(PERL) -e ${PQ}$now = time; utime $now, $now, @ARGV;${PQ}

s/\$now/\$\$now/g for Makefile's sake.

Touches existing files fine. For imcc.y.flag we could just add a create
rule, if it doesn't exist.

> I don't know if it works reliable on Windows.

That's the question. *I* don't need $(TOUCH) on linux :)

> bye
> boe

Thanks,
leo

Reply via email to