Changeset 475:c5c9b2f8b848 in roaraudio for roarfish


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
  • roarfish/Makefile

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