--- ray/src/rt/Rmakefile 2003/08/04 22:37:53 2.38 +++ ray/src/rt/Rmakefile 2003/08/20 09:41:25 2.39 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.38 2003/08/04 22:37:53 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.39 2003/08/20 09:41:25 schorsch Exp $ # # Compiles for ray tracing programs. # @@ -29,7 +29,7 @@ LIBDIR = /usr/local/lib/ray # Library routines: # RLIB = ../lib/libradiance.a -RCLIB = libraycalls.a +RCLIB = ../lib/libraycalls.a LIBS = -lrt $(MLIB) # @@ -95,7 +95,6 @@ all: $(PROGS) $(RCLIB) $(SPECIAL) install: all rayinit.cal $(INSTALL) $(PROGS) $(INSTDIR) - mv $(RCLIB) ../lib rm -f $(LIBDIR)/rayinit.cal cp rayinit.cal $(LIBDIR)