--- ray/src/ot/Rmakefile 1991/08/22 09:24:11 1.20 +++ ray/src/ot/Rmakefile 1991/10/08 15:31:38 1.22 @@ -19,10 +19,10 @@ INSTDIR = /lumen/lumen/ray/bin.sun3 all: oconv getbbox oconv: oconv.o sphere.o writeoct.o o_face.o plocate.o \ -clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o +clip.o o_cone.o o_instance.o bbox.o initotypes.o readfargs.o malloc.o cc $(CFLAGS) -o oconv oconv.o writeoct.o sphere.o o_face.o \ plocate.o clip.o o_cone.o o_instance.o bbox.o readfargs.o \ -initotypes.o -lrt -lm +initotypes.o malloc.o -lrt -lm getbbox: getbbox.o readobj2.o bbox.o initotypes2.o cc $(CFLAGS) -o getbbox getbbox.o readobj2.o \