MakeFile Warning

make: Warning: File `makefile' has modification time 3.1e+02 s in the future
how to remove this warning?
closed account (o3hC5Di1)
Hi there,

Try:

touch makefile


Additionally, you can try:

touch -d "4 October 2013 10:00" makefile


All the best,
NwN
Synchronize the clocks on your network (NTP?)
Topic archived. No new replies allowed.