--- ray/src/common/Rmakefile 1992/10/17 08:08:00 2.10 +++ ray/src/common/Rmakefile 1993/03/10 19:39:22 2.11 @@ -24,7 +24,7 @@ STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o fve badarg.o fgetword.o words.o expandarg.o wordfile.o \ cputs.o wputs.o eputs.o quit.o -SYSOBJ = ealloc.o portio.o $(COMPAT) +SYSOBJ = ealloc.o fdate.o portio.o $(COMPAT) librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) ar rc librt.a $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ)