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

Comparing ray/src/meta/Rmakefile (file contents):
Revision 1.16 by greg, Tue Jul 3 22:29:01 2018 UTC vs.
Revision 1.17 by greg, Wed Apr 7 17:03:13 2021 UTC

# Line 32 | Line 32 | all: $(PROGS)
32  
33   install: $(PROGS) $(LIBS)
34          cp $(PROGS) $(INSTDIR)
35 <        cp $(LIBS) $(MLIBDIR)
35 >        cp -f $(LIBS) $(MLIBDIR)
36          ./cv symbols.met > $(MLIBDIR)/symbols.mta
37          ./cv vchars.met > $(MLIBDIR)/vchars.mta
38  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines