Changeset 1773:05c54c83cdec in roaraudio


Ignore:
Timestamp:
05/19/09 17:07:18 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use ranlib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libroar/Makefile

    r1733 r1773  
    2424libroar.a: ${OBJS} 
    2525        ${AR} cru libroar.a ${OBJS} 
     26        ${RANLIB} libroar.a 
  • libroardsp/Makefile

    r1733 r1773  
    2525libroardsp.a: ${OBJS} $(FILTER) $(OLDROAR) 
    2626        ${AR} cru libroardsp.a ${OBJS} $(FILTER) $(OLDROAR) 
     27        ${RANLIB} libroardsp.a 
  • libroarsndio/Makefile

    r1759 r1773  
    2323libroarsndio.a: ${OBJS} 
    2424        ${AR} cru libroarsndio.a ${OBJS} 
     25        ${RANLIB} libroarsndio.a 
Note: See TracChangeset for help on using the changeset viewer.