Changeset 1719:0667f33c9f99 in roaraudio


Ignore:
Timestamp:
05/16/09 21:09:18 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

moved Makefile.pre to Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/ao/configure

    r1703 r1719  
    3333 
    3434on_error () { 
    35  cat <<'EOF' > Makefile 
    36 all: error 
    37 clean: error 
    38 new: error 
    39 install: error 
    40 error: 
    41         echo Error while configuring this plugin 
    42         echo rerun configure script to fix 
    43 EOF 
     35 rm -f Makefile.conf 
    4436 exit 1; 
    4537} 
     
    9688rm -f tests tests.c 
    9789 
    98 echo creating Makefile... 
    99 echo "CC=$CC" > Makefile 
    100 echo "INSTALL_DIR=$INSTALL_DIR" >> Makefile 
    101 cat Makefile.pre >> Makefile 
     90echo creating Makefile.conf... 
     91{ 
     92 echo "CC=$CC" 
     93 echo "INSTALL_DIR=$INSTALL_DIR" 
     94} > Makefile 
    10295 
    10396#ll 
Note: See TracChangeset for help on using the changeset viewer.