Make and *.cc files with time & date from future

I’ve got *.cc files with tomorrow date
and when I run ‘make’ - it starts making *.o files
in never-ending loop.

How to make ‘make’ “future time / date insensitive” ?

You can do a touch on the .cc files. That being said I don’t know of a way to get make to ignore this.

Making make time insensitive is like removing context switch from kernel. It doesn’t really make sense because make is all about time ;-)