Hi,<br> When I am trying to make using<br>make -f Makefile I am getting the following :<br>make: Warning: File `Makefile' has modification time 3.6e+02 s in the future<br>f77 -c -O regrid2.f<br>
f77 -o /users/pray/udf/regrid2.exe regrid2.o<br>make: warning: Clock skew detected. Your build may be incomplete.<br><br>My Makefile looks like this<br><br>SHELL=/bin/sh<br>#<br>REGRID_DIR = /users/jgu/udf<br>SRCS= regrid2.f
<br>OBJS= regrid2.o<br>#<br>CFT= f77<br>LDR= f77<br>LDRFLAGS= -o<br>EXE= $(REGRID_DIR)/regrid2.exe<br>FFLAGS= -c -O<br><br>$(EXE): $(OBJS)<br> $(LDR) $(LDRFLAGS) $(EXE) $(OBJS)
<br><br>.f.o:<br> (CFT) $(FFLAGS) $*.f<br>del_lists:<br> -rm -f $(LISTS)<br>clean:<br> -rm -f $(OBJS)<br><br><br>Can anyone help!! I am using Linux and grads-1.9b4.<br clear="all"><br>thanks.<br>-- <br>
John Guhin