ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/Rmakefile
(Generate patch)

Comparing ray/src/rt/Rmakefile (file contents):
Revision 2.59 by greg, Sat Dec 12 19:00:59 2009 UTC vs.
Revision 2.60 by greg, Mon Aug 23 15:57:46 2010 UTC

# Line 125 | Line 125 | $(DESTDIR)/lookamb:    lookamb.o ambio.o
125          $(CC) $(CFLAGS) -o $(DESTDIR)/lookamb lookamb.o ambio.o $(LIBS)
126  
127   $(RLIB):        $(ROBJS) Version.o
128 +        rm -f $(RLIB)
129          ar rc $(RLIB) $(ROBJS) Version.o
130          -ranlib $(RLIB)
131  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines