--- ray/src/common/Rmakefile 2024/12/03 01:11:43 2.93 +++ ray/src/common/Rmakefile 2025/06/03 21:31:51 2.94 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.93 2024/12/03 01:11:43 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.94 2025/06/03 21:31:51 greg Exp $ # # Makefile for ray tracing library routines # @@ -32,7 +32,7 @@ STDOBJ = fgetline.o fropen.o linregr.o xf.o mat4.o inv savqstr.o badarg.o fgetword.o words.o expandarg.o wordfile.o fgetval.o \ clip.o plocate.o eputs.o wputs.o quit.o lookup.o bmalloc.o \ loadvars.o tcos.o fputword.o chanvalue.o dircode.o paths.o byteswap.o \ - cvtcmd.o dmessage.o + cvtcmd.o dmessage.o fixargv0.o SYSOBJ = ealloc.o fdate.o portio.o myhostname.o $(COMPAT) @@ -145,7 +145,7 @@ clip.o plocate.o: plocate.h font.o: font.h -cvtcmd.o font.o fropen.o getpath.o image.o: paths.h +cvtcmd.o fixargv0.o font.o fropen.o getpath.o image.o: paths.h lookup.o: lookup.h