Changeset 475:c5c9b2f8b848 in roaraudio for libroarpulse


Ignore:
Timestamp:
08/12/08 22:12:53 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use cp -v only if cp accepts -v

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/Makefile

    r412 r475  
    88 
    99all: ${TARGETS} 
    10         cp -v ${TARGETS} ../lib/ 
     10        cp $(cp_v) ${TARGETS} ../lib/ 
    1111clean: 
    1212        rm -f ${TARGETS} *.o 
Note: See TracChangeset for help on using the changeset viewer.