--- ray/src/common/Rmakefile 1996/02/07 16:36:01 2.20 +++ ray/src/common/Rmakefile 1997/03/07 15:45:32 2.22 @@ -31,7 +31,7 @@ librt.a: $(RTOBJ) $(PICOBJ) $(STDOBJ) $(SYSOBJ) -ranlib librt.a install: librt.a - mv librt.a ../lib + mv librt.a ../lib/librt.a clean: rm -f *.o librt.a @@ -67,7 +67,7 @@ modobject.o readfargs.o readobj.o readoct.o: object.h objset.o octree.o readoct.o: octree.h -cone.o modobject.o objset.o otypes.o readobj.o readoct.o: otypes.h +cone.o modobject.o otypes.o readobj.o readoct.o: otypes.h urand.o: random.h